forked from Lainports/freebsd-ports
- Reformat pkg-descr - Change WWW to PyPI Changes: https://github.com/simplejson/simplejson/blob/master/CHANGES.txt
21 lines
439 B
Makefile
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>
|