pkgsrc-wip/py-django-uuidfield/Makefile
Thomas Klausner 3906e16f9f Improve EGG_NAME default to work for packages with '-' in their name.
Remove now unnecessary overrides in various packages.

Fix various problems while here, including marking packages as not ready
for python-3.x.
2014-12-31 13:58:18 +00:00

21 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.4 2014/12/31 13:58:31 thomasklausner Exp $
DISTNAME= django-uuidfield-0.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://pypi.python.org/packages/source/d/django-uuidfield/
MAINTAINER= kamelderouiche@yahoo.com
HOMEPAGE= https://github.com/dcramer/django-uuidfield
COMMENT= UUIDField in Django
LICENSE= 2-clause-bsd
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.4.0
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"