aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-reversion-compare/Makefile
diff options
context:
space:
mode:
authorDan Langille <dvl@FreeBSD.org>2021-04-20 17:45:37 +0000
committerDan Langille <dvl@FreeBSD.org>2021-04-20 17:56:05 +0000
commit6b460ab1a9d978a39708ed330566fbb1fc3d8d70 (patch)
treee05821f0396a0d85294b290a264be4601b599284 /www/py-django-reversion-compare/Makefile
parent29c190b2523e5ccfb0e8021f6680c235460557a4 (diff)
downloadports-6b460ab1a9d978a39708ed330566fbb1fc3d8d70.tar.gz
ports-6b460ab1a9d978a39708ed330566fbb1fc3d8d70.zip
Add www/py-django-reversion-compare
Extension to www/django-reversion that provides a history compare view to compare two versions of a model which is under reversion. PR: 254836 Reported by: gettoknowmi <gettoknowmi@yahoo.com>
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>