61189448a5
* Bugfixes when using a custom User model. * Minor bugfixes.
20 lines
594 B
Makefile
20 lines
594 B
Makefile
# $NetBSD: Makefile,v 1.5 2013/08/09 07:35:03 adam Exp $
|
|
|
|
DISTNAME= django-reversion-1.7.1
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://pypi.python.org/packages/source/d/django-reversion/
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= https://github.com/etianen/django-reversion/
|
|
COMMENT= Version control facilities for Django
|
|
LICENSE= modified-bsd
|
|
|
|
USE_LANGUAGES= # empty
|
|
#EGG_NAME= ${DISTNAME:S/-/_/:S/-/_/}
|
|
PYDISTUTILSPKG= yes
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-django-[0-9]*:../../www/py-django
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|