aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-WebTest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-WebTest/Makefile')
-rw-r--r--www/py-WebTest/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/www/py-WebTest/Makefile b/www/py-WebTest/Makefile
index 4a88c4dd4c53..8df946a8ade7 100644
--- a/www/py-WebTest/Makefile
+++ b/www/py-WebTest/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= WebTest
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,10 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Helper to test WSGI applications
-USE_PYTHON= 2.5
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=0.9.6.1:${PORTSDIR}/www/py-webob
+
+USE_PYTHON= 2.5+
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>