03fe1f4fbd
A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values.
14 lines
401 B
Makefile
14 lines
401 B
Makefile
# $NetBSD: Makefile,v 1.1 2016/11/30 12:24:34 wiz Exp $
|
|
|
|
DISTNAME= constantly-15.1.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=c/constantly/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://pypi.python.org/pypi/constantly
|
|
COMMENT= Symbolic constants in Python
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|