pkgsrc/databases/py-ckanclient/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

25 lines
636 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/04/08 19:08:47 wiz Exp $
#
DISTNAME= ckanclient-0.9
PKGNAME= ${PYPKGPREFIX}-ckanclient-0.9
CATEGORIES= databases
MASTER_SITES= http://pypi.python.org/packages/source/c/ckanclient/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ckan.org/
COMMENT= Open-source data portal software
LICENSE= mit
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # none
.include "../../lang/python/pyversion.mk"
.if defined(PYPKGPREFIX) && !empty(PYPKGPREFIX:Mpy25)
DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
.endif
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"