pkgsrc/www/py-django-registration/Makefile
2014-05-09 07:36:53 +00:00

24 lines
755 B
Makefile

# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:25 wiz Exp $
DISTNAME= django-registration-0.8-alpha-1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S:-alpha-:a:}
PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://bitbucket.org/ubernostrum/django-registration/downloads/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://bitbucket.org/ubernostrum/django-registration/wiki/Home
COMMENT= User-registration application for Django
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-django>=1:../../www/py-django
USE_PKGLOCALEDIR= yes
USE_LANGUAGES= # none
EGG_NAME= ${DISTNAME:S/-/_/g:S/registration_/registration-/}
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.8a1
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"