diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-10-29 15:47:20 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-10-29 15:47:20 +0000 |
commit | 61f95f80aa9bb0200e4caece3d8c823a57300f6b (patch) | |
tree | 6a799e0af682afef92b98e042dda715b02a1e679 /www/p5-HTTP-WebTest | |
parent | ee677522ed637621ed2c75797cb25467eee5e263 (diff) | |
download | ports-61f95f80aa9bb0200e4caece3d8c823a57300f6b.tar.gz ports-61f95f80aa9bb0200e4caece3d8c823a57300f6b.zip |
- Change dependency on Test::Builder::Tester to Test-Simple.
Notes
Notes:
svn path=/head/; revision=146672
Diffstat (limited to 'www/p5-HTTP-WebTest')
-rw-r--r-- | www/p5-HTTP-WebTest/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/p5-HTTP-WebTest/Makefile b/www/p5-HTTP-WebTest/Makefile index d6f8667596fb..d8bbef024ec1 100644 --- a/www/p5-HTTP-WebTest/Makefile +++ b/www/p5-HTTP-WebTest/Makefile @@ -7,6 +7,7 @@ PORTNAME= HTTP-WebTest PORTVERSION= 2.04 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= HTTP @@ -18,7 +19,7 @@ COMMENT= Tests remote URLs or local web files BUILD_DEPENDS= ${BUILD_DEPENDS_56} \ ${SITE_PERL}/Algorithm/Diff.pm:${PORTSDIR}/devel/p5-Algorithm-Diff \ ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Builder-Tester \ + ${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/Test/MockObject.pm:${PORTSDIR}/devel/p5-Test-MockObject \ PERL_CONFIGURE= yes @@ -45,7 +46,6 @@ MAN3= Bundle::HTTP::WebTest.3 \ HTTP::WebTest::Request.3 HTTP::WebTest::SelfTest.3 \ HTTP::WebTest::Test.3 HTTP::WebTest::TestResult.3 \ HTTP::WebTest::Utils.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} .include <bsd.port.pre.mk> @@ -55,7 +55,6 @@ BUILD_DEPENDS_56= \ ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/Text/Balanced.pm:${PORTSDIR}/textproc/p5-Text-Balanced \ ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \ - ${SITE_PERL}/Test/Builder.pm:${PORTSDIR}/devel/p5-Test-Simple \ ${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI .endif RUN_DEPENDS= ${BUILD_DEPENDS} |