aboutsummaryrefslogtreecommitdiffstats
path: root/www/webinject
diff options
context:
space:
mode:
authoraz <az@FreeBSD.org>2012-06-30 22:31:06 +0800
committeraz <az@FreeBSD.org>2012-06-30 22:31:06 +0800
commitb05a8fe37751aa289876d113a2ba1f68df128404 (patch)
tree82df877ced8c43f668f1f534fcdffaef4f3542ef /www/webinject
parent52c562f5731f34c841ec53731465932b1b386bc1 (diff)
downloadfreebsd-ports-gnome-b05a8fe37751aa289876d113a2ba1f68df128404.tar.gz
freebsd-ports-gnome-b05a8fe37751aa289876d113a2ba1f68df128404.tar.zst
freebsd-ports-gnome-b05a8fe37751aa289876d113a2ba1f68df128404.zip
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
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+