42e32098a1
It supports both python 2 and 3 nowadays.
19 lines
538 B
Makefile
19 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.3 2017/02/20 17:00:36 wiz Exp $
|
|
|
|
DISTNAME= ejson-0.1.6
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= python textproc
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=e/ejson/}
|
|
DIST_SUBDIR= ${PKGBASE:S/${PYPKGPREFIX}/py/1}
|
|
|
|
MAINTAINER= rodent@NetBSD.org
|
|
HOMEPAGE= https://github.com/Yipit/ejson/
|
|
COMMENT= Extensible JSON serializers and deserializers
|
|
LICENSE= gnu-lgpl-v3
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|