freebsd-ports/devel/py-cjson/Makefile
Martin Wilke 3a88363b7b - Stage support
- Convert to autoplist
- Bump PORTREV
2014-02-19 06:53:00 +00:00

19 lines
400 B
Makefile

# Created by: Li-Wen Hsu <lwhsu@lwhsu.org>
# $FreeBSD$
PORTNAME= cjson
PORTVERSION= 1.0.5
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-cjson-${PORTVERSION}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Fast JSON encoder/decoder for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>