diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-20 01:28:55 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-20 01:28:55 +0000 |
commit | bb44e6d1a53c57d367efaef4f0ed105146e807d1 (patch) | |
tree | 41fb67f6422fe885b03fd03e28534b26e5656b1f /www/webinject | |
parent | 3eea4ba0fb2db61db46710a5a6cf84d0ec27bf53 (diff) | |
download | ports-bb44e6d1a53c57d367efaef4f0ed105146e807d1.tar.gz ports-bb44e6d1a53c57d367efaef4f0ed105146e807d1.zip |
Notes
Diffstat (limited to 'www/webinject')
-rw-r--r-- | www/webinject/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/webinject/Makefile b/www/webinject/Makefile index f8ae0ae4e50a..6b209b47906f 100644 --- a/www/webinject/Makefile +++ b/www/webinject/Makefile @@ -7,6 +7,7 @@ PORTNAME= webinject PORTVERSION= 1.41 +PORTREVISION= 1 CATEGORIES= www perl5 devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20-%20Source%20Code%20%28with%20UNIX%20style%20line%20endings%29 DISTNAME= ${PORTNAME}-${PORTVERSION}.src @@ -15,8 +16,6 @@ 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}/mach/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \ ${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 |