|
Lines 1-5
Link Here
|
| 1 |
PORTNAME= django-reversion-compare |
1 |
PORTNAME= django-reversion-compare |
| 2 |
PORTVERSION= 0.14.0 |
2 |
PORTVERSION= 0.14.0 |
|
|
3 |
PORTREVISION= 1 |
| 3 |
CATEGORIES= www |
4 |
CATEGORIES= www |
| 4 |
MASTER_SITES= CHEESESHOP |
5 |
MASTER_SITES= CHEESESHOP |
| 5 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
6 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
|
Lines 10-15
COMMENT= Extension to django-reversion that provides a history compare view
Link Here
|
| 10 |
LICENSE= MIT |
11 |
LICENSE= MIT |
| 11 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
12 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
| 12 |
|
13 |
|
|
|
14 |
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}diff-match-patch>0:textproc/py-diff-match-patch@${PY_FLAVOR} |
| 15 |
|
| 13 |
USES= python |
16 |
USES= python |
| 14 |
USE_PYTHON= autoplist distutils |
17 |
USE_PYTHON= autoplist distutils |
| 15 |
|
18 |
|