freebsd-ports/devel/py-simplejson/Makefile
Sunpoet Po-Chuan Hsieh 72d7b0790b - Update to 2.6.2
- Reformat pkg-descr
- Change WWW to PyPI

Changes:	https://github.com/simplejson/simplejson/blob/master/CHANGES.txt
2012-10-07 15:15:53 +00:00

21 lines
439 B
Makefile

# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
PORTNAME= simplejson
PORTVERSION= 2.6.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Simple, fast, extensible JSON encoder/decoder
LICENSE= MIT
USE_PYTHON= -2.7
USE_PYDISTUTILS= yes
regression-test: build
@(cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test)
.include <bsd.port.mk>