freebsd-ports/devel/py-ujson/Makefile
William Grzybowski 6dab0474bd devel/py-ujson: fix package
- Use python auto plist
- Allow staging

Approved by:	maintainer
2013-10-30 18:50:38 +00:00

20 lines
386 B
Makefile

# Created by: Xin Li <delphij@FreeBSD.org>
# $FreeBSD$
PORTNAME= ujson
PORTVERSION= 1.33
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
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>