Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= django-debug-toolbar |
4 |
PORTNAME= django-debug-toolbar |
5 |
PORTVERSION= 1.9.1 |
5 |
PORTVERSION= 1.11 |
6 |
CATEGORIES= www python |
6 |
CATEGORIES= www python |
7 |
MASTER_SITES= CHEESESHOP |
7 |
MASTER_SITES= CHEESESHOP |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
8 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 13-23
Link Here
|
13 |
LICENSE= BSD3CLAUSE |
13 |
LICENSE= BSD3CLAUSE |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
14 |
LICENSE_FILE= ${WRKSRC}/LICENSE |
15 |
|
15 |
|
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR} \ |
16 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.0:databases/py-sqlparse@${PY_FLAVOR} |
17 |
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.2.0:databases/py-sqlparse@${PY_FLAVOR} |
18 |
|
18 |
|
19 |
USES= python |
19 |
USES= python |
20 |
USE_PYTHON= autoplist concurrent distutils |
20 |
USE_PYTHON= autoplist concurrent distutils |
|
|
21 |
|
21 |
NO_ARCH= yes |
22 |
NO_ARCH= yes |
22 |
|
23 |
|
23 |
.include <bsd.port.mk> |
24 |
.include <bsd.port.mk> |