aboutsummaryrefslogtreecommitdiff
path: root/www/webinject
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-30 14:31:06 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-30 14:31:06 +0000
commit7c228e4748d93ea5aaea790deb37da1914d3be1d (patch)
treee367f5eae2328aa800b87bb72b814849e1f1fd2f /www/webinject
parente13515f304b4eb05767a6453990dce8a1cc95234 (diff)
downloadports-7c228e4748d93ea5aaea790deb37da1914d3be1d.tar.gz
ports-7c228e4748d93ea5aaea790deb37da1914d3be1d.zip
Notes
Diffstat (limited to 'www/webinject')
-rw-r--r--www/webinject/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/webinject/Makefile b/www/webinject/Makefile
index 6b209b47906f..e75476fb7c5d 100644
--- a/www/webinject/Makefile
+++ b/www/webinject/Makefile
@@ -15,14 +15,14 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= gerrit.beine@gmx.de
COMMENT= A tool for automated testing of web applications
-RUN_DEPENDS= ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
- ${SITE_PERL}/Error.pm:${PORTSDIR}/lang/p5-Error \
- ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
- ${SITE_PERL}/${PERL_ARCH}/Crypt/SSLeay.pm:${PORTSDIR}/security/p5-Crypt-SSLeay
+RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
+ p5-Error>=0:${PORTSDIR}/lang/p5-Error \
+ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple \
+ p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay
.if !defined(WITHOUT_X11)
# some work to do here
-#RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
+#RUN_DEPENDS+= p5-Tk>=0:${PORTSDIR}/x11-toolkits/p5-Tk
.endif
USE_PERL5= 5.8.0+