summaryrefslogtreecommitdiff
path: root/textproc/py-ejson/Makefile
diff options
context:
space:
mode:
authorrodent <rodent>2014-02-17 00:20:28 +0000
committerrodent <rodent>2014-02-17 00:20:28 +0000
commit6f14536c6ab2c220116255f8b36b33975204efe8 (patch)
tree0d260eab972c2f372cbc29f3510a8d9844d2e9c9 /textproc/py-ejson/Makefile
parent22879a1cec49d570e2cf3baee407aba76645b266 (diff)
downloadpkgsrc-6f14536c6ab2c220116255f8b36b33975204efe8.tar.gz
Import py27-ejson-0.1.6 as textproc/py-ejson.
Extensible JSON serializers and deserializers.
Diffstat (limited to 'textproc/py-ejson/Makefile')
-rw-r--r--textproc/py-ejson/Makefile20
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"