summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-02-25 19:12:54 +0000
committeradamw <adamw@FreeBSD.org>2015-02-25 19:12:54 +0000
commita1cabcdde79b4b71fa204176d818d9c3a5b40795 (patch)
treecdaf48ef486ff50e47d4161666c16dcf712332f6
parentf3cfed8a3413a95004dc2cdca8de550762c34254 (diff)
downloadFreeBSD-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/Makefile6
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
OpenPOWER on IntegriCloud