Lines 1-22
Link Here
|
1 |
# Created by: Tom Judge <tj@FreeBSD.org> |
1 |
# Created by: Tom Judge <tj@FreeBSD.org> |
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= configurations |
4 |
PORTNAME= django-configurations |
5 |
PORTVERSION= 1.0 |
5 |
PORTVERSION= 2.0 |
6 |
CATEGORIES= www python |
6 |
CATEGORIES= www python |
7 |
MASTER_SITES= GH |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}django- |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
9 |
|
9 |
|
10 |
MAINTAINER= tj@FreeBSD.org |
10 |
MAINTAINER= tj@FreeBSD.org |
11 |
COMMENT= Django project configuration using the composability of Python classes |
11 |
COMMENT= Django project configuration using the composability of Python classes |
12 |
|
12 |
|
13 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=0:www/py-django18@${FLAVOR} |
13 |
LICENSE= BSD3CLAUSE |
14 |
|
14 |
|
|
|
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} |
16 |
|
15 |
USES= python |
17 |
USES= python |
16 |
USE_PYTHON= distutils autoplist |
18 |
USE_PYTHON= distutils concurrent autoplist |
17 |
NO_ARCH= yes |
19 |
NO_ARCH= yes |
18 |
USE_GITHUB= yes |
20 |
PORTDOCS= * |
19 |
GH_ACCOUNT= jazzband |
|
|
20 |
GH_PROJECT= django-configurations |
21 |
|
21 |
|
|
|
22 |
OPTIONS_DEFINE= DOCS |
23 |
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} |
24 |
DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" |
25 |
|
26 |
post-install-DOCS-on: |
27 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
28 |
@(cd ${WRKSRC}/build/sphinx/html && \ |
29 |
${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ |
30 |
"! -name .buildinfo -and ! -name objects.inv") |
31 |
|
22 |
.include <bsd.port.mk> |
32 |
.include <bsd.port.mk> |