aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-reversion-compare/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-django-reversion-compare/Makefile')
-rw-r--r--www/py-django-reversion-compare/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/www/py-django-reversion-compare/Makefile b/www/py-django-reversion-compare/Makefile
new file mode 100644
index 000000000000..faf2fe0e91b9
--- /dev/null
+++ b/www/py-django-reversion-compare/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= django-reversion-compare
+PORTVERSION= 0.14.0
+CATEGORIES= www
+MASTER_SITES= CHEESESHOP
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= gettoknowmi <gettoknowmi@yahoo.com>
+COMMENT= Extension to django-reversion that provides a history compare view
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USES= python
+USE_PYTHON= autoplist distutils
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>