diff options
author | adamw <adamw@FreeBSD.org> | 2015-02-25 19:12:54 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2015-02-25 19:12:54 +0000 |
commit | a1cabcdde79b4b71fa204176d818d9c3a5b40795 (patch) | |
tree | cdaf48ef486ff50e47d4161666c16dcf712332f6 | |
parent | f3cfed8a3413a95004dc2cdca8de550762c34254 (diff) | |
download | FreeBSD-ports-a1cabcdde79b4b71fa204176d818d9c3a5b40795.zip FreeBSD-ports-a1cabcdde79b4b71fa204176d818d9c3a5b40795.tar.gz |
Test::File::Contents is a TEST depends, not BUILD/RUN.
-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 |