pkgsrc/converters/py-simplejson/Makefile

19 lines
532 B
Makefile

# $NetBSD: Makefile,v 1.21 2014/01/27 18:41:11 wiz Exp $
DISTNAME= simplejson-3.3.2
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/distutils.mk"
.include "../../mk/bsd.pkg.mk"