diff options
Diffstat (limited to 'textproc/py-ejson/Makefile')
-rw-r--r-- | textproc/py-ejson/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/py-ejson/Makefile b/textproc/py-ejson/Makefile new file mode 100644 index 00000000000..799e5abaa0e --- /dev/null +++ b/textproc/py-ejson/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2014/02/17 00:20:28 rodent Exp $ + +DISTNAME= ejson-0.1.6 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= python textproc +MASTER_SITES= https://pypi.python.org/packages/source/e/ejson/ +DIST_SUBDIR= ${PKGBASE:S/${PYPKGPREFIX}/py/1} + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= https://github.com/Yipit/ejson/ +COMMENT= Extensible JSON serializers and deserializers +LICENSE= gnu-lgpl-v3 + +PYTHON_VERSIONED_DEPENDENCIES= dateutil + +USE_LANGUAGES= # none + +.include "../../lang/python/egg.mk" +.include "../../lang/python/versioned_dependencies.mk" +.include "../../mk/bsd.pkg.mk" |