freebsd-ports/devel/py-ujson/Makefile
Xin LI daceb9be9b UltraJSON is a fast and extendable JSON encoder and decoder written in
pure C, and have very good performance compared to cjson and simplejson.
2011-10-25 22:52:11 +00:00

25 lines
477 B
Makefile

# 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>