|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= django-tables2 |
4 |
PORTNAME= django-tables2 |
| 5 |
PORTVERSION= 0.15.0 |
5 |
PORTVERSION= 1.0.4 |
| 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 12-21
Link Here
|
| 12 |
|
12 |
|
| 13 |
LICENSE= BSD2CLAUSE |
13 |
LICENSE= BSD2CLAUSE |
| 14 |
|
14 |
|
| 15 |
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django \ |
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=0:${PORTSDIR}/www/py-django \ |
| 16 |
${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six |
16 |
${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six |
| 17 |
|
17 |
|
| 18 |
USES= python |
18 |
USES= python |
| 19 |
USE_PYTHON= distutils autoplist |
19 |
USE_PYTHON= autoplist distutils |
| 20 |
|
20 |
|
| 21 |
.include <bsd.port.mk> |
21 |
.include <bsd.port.mk> |