aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2007-02-23 12:38:47 +0000
committerNicola Vitale <nivit@FreeBSD.org>2007-02-23 12:38:47 +0000
commit26d244bcbbe2cad62f60e807e9394db4f6690ef0 (patch)
tree107de957447d3283c44544b144b191aadbad8e18 /www
parentd78269eef15b982fb6f4771ba6e9dc73531e5789 (diff)
downloadports-26d244bcbbe2cad62f60e807e9394db4f6690ef0.tar.gz
ports-26d244bcbbe2cad62f60e807e9394db4f6690ef0.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/py-htmltestcase/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/www/py-htmltestcase/Makefile b/www/py-htmltestcase/Makefile
index e59d51e766ac..90ee2735c788 100644
--- a/www/py-htmltestcase/Makefile
+++ b/www/py-htmltestcase/Makefile
@@ -7,6 +7,7 @@
PORTNAME= htmltestcase
PORTVERSION= 0.2.0
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= http://chriscurvey.com:8080/curveyConsulting/HtmlUnit/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,9 +17,13 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A python html unit testing
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ClientCookie/__init__.py:${PORTSDIR}/devel/py-clientcookie\
- ${PYTHON_SITELIBDIR}/ClientForm.py:${PORTSDIR}/www/py-clientform
+ ${PYTHON_SITELIBDIR}/${PYCLIENTFORM_EGG}:${PORTSDIR}/www/py-clientform
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+PYCLIENTFORM_EGG!= ${MAKE} -f ${PORTSDIR}/www/py-clientform/Makefile -V PYCLIENTFORM_EGG
+
+.include <bsd.port.post.mk>