aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-XML
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2015-02-25 19:12:54 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2015-02-25 19:12:54 +0000
commiteae1fd1d2b35e650fb88c8f3dafb195914d4fa0c (patch)
treecdaf48ef486ff50e47d4161666c16dcf712332f6 /textproc/p5-Pod-XML
parent3378b94bfbcfd27794f0fe96ec78de35357dbfe2 (diff)
downloadports-eae1fd1d2b35e650fb88c8f3dafb195914d4fa0c.tar.gz
ports-eae1fd1d2b35e650fb88c8f3dafb195914d4fa0c.zip
Test::File::Contents is a TEST depends, not BUILD/RUN.
Notes
Notes: svn path=/head/; revision=379951
Diffstat (limited to 'textproc/p5-Pod-XML')
-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 26d257e8f789..8eebd6fc03b5 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