opnsense-ports/devel/py-constantly/Makefile
Franco Fichtner f485f7419b devel/py-constantly: sync with upstream
Taken from: HardenedBSD
2018-02-26 09:19:37 +01:00

19 lines
401 B
Makefile

# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
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
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>