Lines 2-9
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= django-simple-captcha |
4 |
PORTNAME= django-simple-captcha |
5 |
PORTVERSION= 0.4.1 |
5 |
PORTVERSION= 0.5.6 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= www python |
6 |
CATEGORIES= www python |
8 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
9 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 12-23
Link Here
|
12 |
COMMENT= Simple, yet powerful, Django captcha application |
11 |
COMMENT= Simple, yet powerful, Django captcha application |
13 |
|
12 |
|
14 |
LICENSE= MIT |
13 |
LICENSE= MIT |
|
|
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
15 |
|
15 |
|
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django18>=1.3:www/py-django18@${FLAVOR} \ |
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>0:www/py-django111@${PY_FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}pillow>=2.0.0:graphics/py-pillow@${FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}django-ranged-response=0.2.0:www/py-django-ranged-response@${PY_FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}six>=1.2.0:devel/py-six@${FLAVOR} |
18 |
${PYTHON_PKGNAMEPREFIX}pillow>=2.2.2:graphics/py-pillow@${PY_FLAVOR} \ |
|
|
19 |
${PYTHON_PKGNAMEPREFIX}six>=1.2.0:devel/py-six@${PY_FLAVOR} |
19 |
|
20 |
|
20 |
USES= python |
21 |
USES= python zip |
21 |
USE_PYTHON= distutils autoplist |
22 |
USE_PYTHON= distutils concurrent autoplist |
|
|
23 |
NO_ARCH= yes |
24 |
PORTDOCS= * |
22 |
|
25 |
|
|
|
26 |
OPTIONS_DEFINE= DOCS MIGRATIONS |
27 |
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} |
28 |
DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" |
29 |
MIGRATIONS_DESC= Schema and data migration support (via south) |
30 |
MIGRATIONS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}south>0:databases/py-south@${PY_FLAVOR} |
31 |
|
32 |
post-install-DOCS-on: |
33 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
34 |
@(cd ${WRKSRC}/build/sphinx/html && \ |
35 |
${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ |
36 |
"! -name .buildinfo -and ! -name objects.inv") |
37 |
|
23 |
.include <bsd.port.mk> |
38 |
.include <bsd.port.mk> |