diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-25 14:00:25 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2010-01-25 14:00:25 +0000 |
commit | 8bfc0026c6a57e3a2c0074f3cc9f32cead487821 (patch) | |
tree | 8defd68f60601a30113b846ef14f62eac0d466c5 /www/p5-TestGen4Web-Runner | |
parent | 10aac448c3afbd8eae12dc62d81e98f088632e8e (diff) |
Notes
Diffstat (limited to 'www/p5-TestGen4Web-Runner')
-rw-r--r-- | www/p5-TestGen4Web-Runner/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/p5-TestGen4Web-Runner/Makefile b/www/p5-TestGen4Web-Runner/Makefile index ef4d30248fbb..ed22e10fd3cb 100644 --- a/www/p5-TestGen4Web-Runner/Makefile +++ b/www/p5-TestGen4Web-Runner/Makefile @@ -8,6 +8,7 @@ PORTNAME= TestGen4Web-Runner PORTVERSION= 0.11 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= WWW/MACKERS @@ -17,7 +18,6 @@ MAINTAINER= eg@fbsd.lt COMMENT= A PERL module to replay files recorded with TestGen4Web BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Term/ANSIColor.pm:${PORTSDIR}/devel/p5-Term-ANSIColor \ ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI \ ${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS= ${BUILD_DEPENDS} |