freebsd-ports/devel/py-constantly/Makefile
Kurt Jaeger f0719a1279 New port: devel/py-constantly
A library that provides symbolic constant support. It includes collections
and constants with text, numeric, and bit flag values. Originally
twisted.python.constants from the Twisted project.

WWW: https://pypi.python.org/pypi/constantly

PR:		214447
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-11-12 20:35:55 +00:00

19 lines
399 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@rawbw.com
COMMENT= Provides symbolic constant support to Python projects
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>