diff options
author | Xin LI <delphij@FreeBSD.org> | 2011-10-25 22:52:11 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2011-10-25 22:52:11 +0000 |
commit | daceb9be9b001d9beeccbd897d63705e3c0064a2 (patch) | |
tree | cf4a3461ee9cc8b56b5089562ecb1537c70328dd /devel/py-ujson | |
parent | ea7da75cf8b6e788b9677738d1d6ebaf731cee6e (diff) | |
download | ports-daceb9be9b001d9beeccbd897d63705e3c0064a2.tar.gz ports-daceb9be9b001d9beeccbd897d63705e3c0064a2.zip |
Notes
Diffstat (limited to 'devel/py-ujson')
-rw-r--r-- | devel/py-ujson/Makefile | 25 | ||||
-rw-r--r-- | devel/py-ujson/distinfo | 2 | ||||
-rw-r--r-- | devel/py-ujson/pkg-descr | 4 |
3 files changed, 31 insertions, 0 deletions
diff --git a/devel/py-ujson/Makefile b/devel/py-ujson/Makefile new file mode 100644 index 000000000000..131f18386b70 --- /dev/null +++ b/devel/py-ujson/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: py-ujson +# Date created: Oct 25, 2011 +# Whom: Xin Li <delphij@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= ujson +PORTVERSION= 1.9 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= delphij@FreeBSD.org +COMMENT= Ultra fast JSON encoder and decoder for Python + +LICENSE= BSD + +USE_ZIP= yes +USE_PYTHON= yes +USE_PYDISTUTILS= yes + +PLIST_FILES= %%PYTHON_SITELIBDIR%%/ujson.so + +.include <bsd.port.mk> diff --git a/devel/py-ujson/distinfo b/devel/py-ujson/distinfo new file mode 100644 index 000000000000..7f62776af78f --- /dev/null +++ b/devel/py-ujson/distinfo @@ -0,0 +1,2 @@ +SHA256 (ujson-1.9.zip) = 54c63ce1fa338a7a0cc46d4b129dcf088e92aa1be78d6401791c3193868499c3 +SIZE (ujson-1.9.zip) = 20902 diff --git a/devel/py-ujson/pkg-descr b/devel/py-ujson/pkg-descr new file mode 100644 index 000000000000..4e5023531bf3 --- /dev/null +++ b/devel/py-ujson/pkg-descr @@ -0,0 +1,4 @@ +UltraJSON is a fast and extendable JSON encoder and decoder written +in pure C. + +WWW: https://github.com/esnme/ultrajson |