1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

Add dependency on p5-Test-MockObject.

This commit is contained in:
Jun Kuriyama 2003-07-16 06:41:41 +00:00
parent 72d6244919
commit 215350a0e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84971

View File

@ -7,6 +7,7 @@
PORTNAME= HTTP-WebTest
PORTVERSION= 2.03
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= HTTP
@ -24,6 +25,7 @@ BUILD_DEPENDS= \
${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
${SITE_PERL}/Test/Builder.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Builder-Tester \
${SITE_PERL}/Test/MockObject.pm:${PORTSDIR}/devel/p5-Test-MockObject \
${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI
RUN_DEPENDS= ${BUILD_DEPENDS}