daceb9be9b
pure C, and have very good performance compared to cjson and simplejson.
25 lines
477 B
Makefile
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>
|