freebsd-ports/devel/py-simplejson/Makefile
William Grzybowski 1ae593a8ce devel/py-simplejson: update to 3.6.3
- USES python
2014-09-26 12:24:34 +00:00

25 lines
576 B
Makefile

# Created by: Alexander Botero-Lowry <alex@foxybanana.com>
# $FreeBSD$
PORTNAME= simplejson
PORTVERSION= 3.6.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Simple, fast, extensible JSON encoder/decoder
# dual-licensed under MIT and Academic Free License version 2.1
LICENSE= MIT
USES= python
USE_PYTHON= autoplist distutils
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
regression-test test: build
cd ${WRKSRC}/ && ${PYTHON_CMD} ${PYSETUP} test
.include <bsd.port.mk>