19 lines
507 B
Makefile
19 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.30 2016/06/08 17:43:21 wiz Exp $
|
|
|
|
DISTNAME= simplejson-3.6.5
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= converters
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=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"
|