pkgsrc/converters/py-simplejson/Makefile

20 lines
534 B
Makefile

# $NetBSD: Makefile,v 1.17 2012/10/03 00:20:16 asau Exp $
#
DISTNAME= simplejson-2.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= converters
MASTER_SITES= http://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/distutils.mk"
.include "../../mk/bsd.pkg.mk"