1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/devel/py-ujson/Makefile
Xin LI 27e72aaab7 Update to 1.23.
Feature safe:	yes
2012-11-07 22:06:30 +00:00

22 lines
404 B
Makefile

# Created by: Xin Li <delphij@FreeBSD.org>
# $FreeBSD$
PORTNAME= ujson
PORTVERSION= 1.23
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>