freebsd-ports/www/py-django-simple-history/Makefile
2018-04-30 18:23:03 +00:00

24 lines
490 B
Makefile

# Created by: Carlo Strub
# $FreeBSD$
PORTNAME= django-simple-history
PORTVERSION= 2.0
CATEGORIES= www python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= cs@FreeBSD.org
COMMENT= Store model history and view/revert changes from admin site
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${FLAVOR} # >= 1.8
USE_GITHUB= yes
GH_ACCOUNT= treyhunner
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>