diff options
-rw-r--r-- | textproc/p5-Pod-XML/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-Pod-XML/Makefile b/textproc/p5-Pod-XML/Makefile index 26d257e..8eebd6f 100644 --- a/textproc/p5-Pod-XML/Makefile +++ b/textproc/p5-Pod-XML/Makefile @@ -3,7 +3,7 @@ PORTNAME= Pod-XML PORTVERSION= 0.99 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,9 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Module to convert POD to XML -BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \ - p5-Test-File-Contents>=0:${PORTSDIR}/devel/p5-Test-File-Contents +BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-File-Contents>=0:${PORTSDIR}/devel/p5-Test-File-Contents USES= perl5 USE_PERL5= configure |