freebsd-ports/devel/py-demjson/Makefile

22 lines
501 B
Makefile

PORTNAME= demjson
PORTVERSION= 3.0.6
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI \
http://deron.meranda.us/python/demjson/dist/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}3-${PORTVERSION}
MAINTAINER= robak@FreeBSD.org
COMMENT= Encoder, Decoder and Lint/Validator for JSON
WWW= http://deron.meranda.us/python/demjson/
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= python shebangfix
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>