pkgsrc/devel/py-constants/Makefile
wiz b90699bb34 Import py-constants-0.6.0 as devel/py-constants.
Most applications use constants. Many constants take different
values based on the environment the application is executed in.

Think database credentials over development, testing, staging,
production or stock market execution over development, testing,
paper, production ...

Shamelessly inspired by the app_constants_ gem, ``constants`` aims
to solve that problem (and that problem only).
2016-01-05 10:27:27 +00:00

16 lines
445 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/01/05 10:27:27 wiz Exp $
DISTNAME= constants-0.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PYPI:=c/constants/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://pypi.python.org/pypi/constants
COMMENT= Simple way to deal with environment constants
LICENSE= modified-bsd
USE_LANGUAGES= # none
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"