# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD: head/devel/py-constantly/Makefile 559531 2020-12-28 23:02:12Z antoine $

PORTNAME=	constantly
PORTVERSION=	15.1.0
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Provides symbolic constant support to Python projects

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		python:3.6+
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>