Lines 2-8
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= django-annotations |
3 |
PORTNAME= django-annotations |
4 |
PORTVERSION= 0.0.0.2016041401 |
4 |
PORTVERSION= 0.0.0.2016041401 |
5 |
PORTREVISION= 2 |
5 |
PORTREVISION= 3 |
6 |
CATEGORIES= www python |
6 |
CATEGORIES= www python |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
7 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
|
8 |
|
Lines 9-21
Link Here
|
9 |
MAINTAINER= swills@FreeBSD.org |
9 |
MAINTAINER= swills@FreeBSD.org |
10 |
COMMENT= Django implementation of annotatorjs Storage |
10 |
COMMENT= Django implementation of annotatorjs Storage |
11 |
|
11 |
|
12 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-cors-headers>=1.1.0:www/py-django-cors-headers@${FLAVOR} \ |
12 |
LICENSE= APACHE20 |
13 |
${PYTHON_PKGNAMEPREFIX}djangorestframework36>=3.3.2:www/py-djangorestframework36@${FLAVOR} \ |
|
|
14 |
${PYTHON_PKGNAMEPREFIX}django-rq>0:devel/py-django-rq@${FLAVOR} \ |
15 |
${PYTHON_PKGNAMEPREFIX}django-rq-dashboard>0:devel/py-django-rq-dashboard@${FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${FLAVOR} |
17 |
|
13 |
|
18 |
USES= python:2.7 |
14 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-cors-headers>=1.1.0:www/py-django-cors-headers@${PY_FLAVOR} \ |
|
|
15 |
${PYTHON_PKGNAMEPREFIX}djangorestframework>=3.3.2:www/py-djangorestframework@${PY_FLAVOR} \ |
16 |
${PYTHON_PKGNAMEPREFIX}django-rq>0:devel/py-django-rq@${PY_FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}django-rq-dashboard>0:devel/py-django-rq-dashboard@${PY_FLAVOR} \ |
18 |
${PYTHON_PKGNAMEPREFIX}pytz>0:devel/py-pytz@${PY_FLAVOR} |
19 |
|
20 |
USES= python |
19 |
USE_GITHUB= yes |
21 |
USE_GITHUB= yes |
20 |
USE_PYTHON= autoplist concurrent distutils |
22 |
USE_PYTHON= autoplist concurrent distutils |
21 |
|
23 |
|