aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-LibXML-PrettyPrint
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-15 09:36:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-03-15 09:36:30 +0000
commitb8eebeef3bc920f4f9d2a2b685f2500625a323bc (patch)
tree191c5cd5d099cfa65951916c323e4c98879386fd /textproc/p5-XML-LibXML-PrettyPrint
parentd97f13f37b4559925d847f71d14f1dadfc7bb178 (diff)
downloadports-b8eebeef3bc920f4f9d2a2b685f2500625a323bc.tar.gz
ports-b8eebeef3bc920f4f9d2a2b685f2500625a323bc.zip
- Add TEST_DEPENDS
PR: ports/166096 Submitted by: swills Feature safe: yes
Notes
Notes: svn path=/head/; revision=293333
Diffstat (limited to 'textproc/p5-XML-LibXML-PrettyPrint')
-rw-r--r--textproc/p5-XML-LibXML-PrettyPrint/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-XML-LibXML-PrettyPrint/Makefile b/textproc/p5-XML-LibXML-PrettyPrint/Makefile
index cc950b6bcf15..18e0105eda53 100644
--- a/textproc/p5-XML-LibXML-PrettyPrint/Makefile
+++ b/textproc/p5-XML-LibXML-PrettyPrint/Makefile
@@ -21,9 +21,10 @@ RUN_DEPENDS= p5-Pragmatic>=0:${PORTSDIR}/devel/p5-Pragmatic \
p5-XML-LibXML>=1.62:${PORTSDIR}/textproc/p5-XML-LibXML \
p5-common-sense>=0:${PORTSDIR}/devel/p5-common-sense
+TEST_DEPENDS= p5-Test-Warn>=0.20:${PORTSDIR}/devel/p5-Test-Warn
+
PERL_CONFIGURE= 5.10.0+
MAN3= XML::LibXML::PrettyPrint.3
-.include <bsd.port.pre.mk>
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>