aboutsummaryrefslogtreecommitdiff
path: root/devel/py-anyjson/Makefile
diff options
context:
space:
mode:
authorSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-02-13 14:56:50 +0000
committerSylvio Cesar Teixeira <sylvio@FreeBSD.org>2010-02-13 14:56:50 +0000
commit25154f758681f6e40ebccc0fb1858ba36a6f7aec (patch)
treed909d94da5c146af9bbae780d844c09cfaf291bc /devel/py-anyjson/Makefile
parent5e1d147bf8508617242493a8e7a05613f84daf17 (diff)
downloadports-25154f758681f6e40ebccc0fb1858ba36a6f7aec.tar.gz
ports-25154f758681f6e40ebccc0fb1858ba36a6f7aec.zip
Notes
Diffstat (limited to 'devel/py-anyjson/Makefile')
-rw-r--r--devel/py-anyjson/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/py-anyjson/Makefile b/devel/py-anyjson/Makefile
new file mode 100644
index 000000000000..92abaa7ac5de
--- /dev/null
+++ b/devel/py-anyjson/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: py-anyjson
+# Date created: 2010-02-06
+# Whom: Mirko Zinn <mail@derzinn.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= anyjson
+PORTVERSION= 0.2.3
+CATEGORIES= devel python
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= mail@derzinn.de
+COMMENT= JSON library wrapper for Python
+
+USE_PYTHON= yes
+USE_PYDISTUTILS= easy_install
+
+.include <bsd.port.mk>