17 lines
454 B
Makefile
17 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.5 2017/09/03 08:53:16 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= anyjson-0.3.3
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=a/anyjson/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://bitbucket.org/runeh/anyjson/
|
|
COMMENT= Wraps the JSON implementation available in a common interface
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|