Import of pkgsrc-2014Q1
This commit is contained in:
20
textproc/py-ejson/Makefile
Normal file
20
textproc/py-ejson/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# $NetBSD: Makefile,v 1.1 2014/02/17 00:20:28 rodent Exp $
|
||||
|
||||
DISTNAME= ejson-0.1.6
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= python textproc
|
||||
MASTER_SITES= https://pypi.python.org/packages/source/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
|
||||
|
||||
PYTHON_VERSIONED_DEPENDENCIES= dateutil
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/python/egg.mk"
|
||||
.include "../../lang/python/versioned_dependencies.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
Reference in New Issue
Block a user