freebsd-ports/www/py-django-reversion-compare/Makefile
Dan Langille cd6c425480 www/py-django-reversion-compare: add missing dep
* added textproc/py-diff-match-patch as RUN_DEPENDS

While here, fix MAINTAINER as found by portlint

PR:		256809
Reported by:	gettoknowmi <gettoknowmi@yahoo.com> (maintainer)
2021-07-13 12:53:03 +00:00

21 lines
492 B
Makefile

PORTNAME= django-reversion-compare
PORTVERSION= 0.14.0
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= gettoknowmi@yahoo.com
COMMENT= Extension to django-reversion that provides a history compare view
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}diff-match-patch>0:textproc/py-diff-match-patch@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>