pkgsrc/www/py-django-reversion/Makefile
adam 6cf9446f46 django-reversion is an extension to the Django web framework that provides
comprehensive version control facilities.

Features
* Roll back to any point in a model's history - an unlimited undo facility!
* Recover deleted models - never lose data again!
* Admin integration for maximum usability.
* Group related changes into revisions that can be rolled back in a single
  transaction.
* Automatically save a new version whenever your model changes using Django's
  flexible signalling framework.
* Automate your revision management with easy-to-use middleware.

django-reversion can be easily added to your existing Django project with
an absolute minimum of code changes.
2012-08-26 13:32:17 +00:00

22 lines
629 B
Makefile

# $NetBSD: Makefile,v 1.1 2012/08/26 13:32:17 adam Exp $
DISTNAME= django-reversion-1.6.2
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
PKG_DESTDIR_SUPPORT= user-destdir
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"