Lines 6-12
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= WebTest |
8 |
PORTNAME= WebTest |
9 |
PORTVERSION= 1.1 |
9 |
PORTVERSION= 1.2 |
10 |
CATEGORIES= www python |
10 |
CATEGORIES= www python |
11 |
MASTER_SITES= CHEESESHOP |
11 |
MASTER_SITES= CHEESESHOP |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
12 |
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |
Lines 14-20
Link Here
|
14 |
MAINTAINER= wenheping@gmail.com |
14 |
MAINTAINER= wenheping@gmail.com |
15 |
COMMENT= Helper to test WSGI applications |
15 |
COMMENT= Helper to test WSGI applications |
16 |
|
16 |
|
17 |
USE_PYTHON= 2.5 |
17 |
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob |
|
|
18 |
RUN_DEPENDS= ${BUILD_DEPENDS} |
19 |
|
20 |
USE_PYTHON= 2.5+ |
18 |
USE_PYDISTUTILS= easy_install |
21 |
USE_PYDISTUTILS= easy_install |
19 |
|
22 |
|
20 |
.include <bsd.port.mk> |
23 |
.include <bsd.port.mk> |