pkgsrc/textproc/py-jsonlib/Makefile
wiz aada88e659 Remove python24 and all traces of it from pkgsrc.
Remove devel/py-ctypes (only needed by and supporting python24).
Remove PYTHON_VERSIONS_ACCEPTED and PYTHON_VERSIONS_INCOMPATIBLE
lines that just mirror defaults now.
Miscellaneous cleanup while editing all these files.
2012-04-08 19:08:44 +00:00

19 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/04/08 19:09:14 wiz Exp $
#
DISTNAME= jsonlib-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= textproc python
MASTER_SITES= http://pypi.python.org/packages/source/j/jsonlib/
MAINTAINER= wenheping@gmail.com
HOMEPAGE= https://launchpad.net/jsonlib
COMMENT= JSON serializer/deserializer for Python
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"