Files
2016-01-21 23:40:00 +01:00

20 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.29 2014/10/27 08:44:45 wiz Exp $
DISTNAME= simplejson-3.6.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= converters
MASTER_SITES= https://pypi.python.org/packages/source/s/simplejson/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://undefined.org/python/#simplejson
COMMENT= Simplejson is a simple, fast, extensible JSON encoder/decoder
LICENSE= mit
USE_LANGUAGES= c
do-test:
cd ${WRKSRC} && ${PYTHONBIN} setup.py test -q
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"