pkgsrc/converters/py-simplejson/Makefile
adam 810afce3f1 py-simplejson: updated to 3.13.2
Version 3.13.2:
* Fix additional Python 2.x compilation issue on Windows
2017-11-28 11:01:11 +00:00

16 lines
459 B
Makefile

# $NetBSD: Makefile,v 1.34 2017/11/28 11:01:11 adam Exp $
DISTNAME= simplejson-3.13.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= converters python
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
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"