Lines 3-9
Link Here
|
3 |
|
3 |
|
4 |
PORTNAME= django-simple-history |
4 |
PORTNAME= django-simple-history |
5 |
PORTVERSION= 2.0 |
5 |
PORTVERSION= 2.0 |
|
|
6 |
PORTREVISION= 1 |
6 |
CATEGORIES= www python |
7 |
CATEGORIES= www python |
|
|
8 |
MASTER_SITES= CHEESESHOP |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
|
10 |
|
9 |
MAINTAINER= cs@FreeBSD.org |
11 |
MAINTAINER= cs@FreeBSD.org |
Lines 10-24
Link Here
|
10 |
COMMENT= Store model history and view/revert changes from admin site |
12 |
COMMENT= Store model history and view/revert changes from admin site |
11 |
|
13 |
|
12 |
LICENSE= BSD3CLAUSE |
14 |
LICENSE= BSD3CLAUSE |
|
|
15 |
LICENSE_FILE= ${WRKSRC}/LICENSE.txt |
13 |
|
16 |
|
14 |
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:www/py-django18@${FLAVOR} # >= 1.8 |
17 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} |
15 |
|
18 |
|
16 |
USE_GITHUB= yes |
|
|
17 |
|
18 |
GH_ACCOUNT= treyhunner |
19 |
USES= python |
19 |
USES= python |
20 |
USE_PYTHON= autoplist distutils |
20 |
USE_PYTHON= autoplist concurrent distutils |
21 |
|
|
|
22 |
NO_ARCH= yes |
21 |
NO_ARCH= yes |
|
|
22 |
PORTDOCS= *.rst |
23 |
|
23 |
|
|
|
24 |
OPTIONS_DEFINE= DOCS |
25 |
|
26 |
post-install-DOCS-on: |
27 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
28 |
${INSTALL_DATA} ${WRKSRC}/CHANGES.rst ${STAGEDIR}${DOCSDIR} |
29 |
${INSTALL_DATA} ${WRKSRC}/docs/*.rst ${STAGEDIR}${DOCSDIR} |
30 |
|
24 |
.include <bsd.port.mk> |
31 |
.include <bsd.port.mk> |