140047ab0a
bindings for Python 2.5+ and 3.
14 lines
415 B
Makefile
14 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/06/24 07:18:11 adam Exp $
|
|
|
|
DISTNAME= ujson-1.35
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=u/ujson/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/esnme/ultrajson
|
|
COMMENT= Ultra fast JSON encoder and decoder for Python
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|