1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Change dependency on p5-Test-Builder-Tester to p5-Test-Simple.

Approved by:	lth (maintainer)
This commit is contained in:
Jun Kuriyama 2005-11-30 07:19:12 +00:00
parent 2fb776f04b
commit bcd70679f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150006

View File

@ -7,6 +7,7 @@
PORTNAME= Test-Pod-Coverage
PORTVERSION= 1.06
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
@ -16,8 +17,7 @@ MAINTAINER= lth@FreeBSD.org
COMMENT= Check for pod coverage in your distribution
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Pod/Coverage.pm:${PORTSDIR}/devel/p5-Pod-Coverage \
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple \
${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Builder-Tester
${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= YES