mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 10:59:14 -04:00
22 lines
542 B
Makefile
22 lines
542 B
Makefile
PORTNAME= django-reversion-compare
|
|
PORTVERSION= 0.14.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gettoknowmi@yahoo.com
|
|
COMMENT= Extension to django-reversion that provides a history compare view
|
|
WWW= https://github.com/jedie/django-reversion-compare
|
|
|
|
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>
|