pkgsrc/www/py-djangorestframework/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

21 lines
581 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/04/08 19:09:16 wiz Exp $
DISTNAME= djangorestframework-0.2.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/d/djangorestframework/
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://django-rest-framework.org/
COMMENT= Lightweight REST framework for Django
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
EGG_NAME= ${DISTNAME}
USE_LANGUAGES= # empty
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"