16 lines
459 B
Makefile
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"
|