aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2012-02-26 18:36:27 +0000
committerSteve Wills <swills@FreeBSD.org>2012-02-26 18:36:27 +0000
commitef6e9d1412622dc87d301102e41aa22ef6a9e068 (patch)
treeeb021ba9c31a70950817254fffbb2d3acc77e59b
parent5027a09a88a50794bc15af94119745c658d5d4d1 (diff)
downloadports-ef6e9d1412622dc87d301102e41aa22ef6a9e068.tar.gz
ports-ef6e9d1412622dc87d301102e41aa22ef6a9e068.zip
- Add (more) TEST_DEPENDS to enable testing (on older perl)
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=292276
-rw-r--r--textproc/p5-HTML-Format/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-HTML-Format/Makefile b/textproc/p5-HTML-Format/Makefile
index 35bc6d3d271e..9a6e3ef1752b 100644
--- a/textproc/p5-HTML-Format/Makefile
+++ b/textproc/p5-HTML-Format/Makefile
@@ -32,4 +32,10 @@ MAN3= HTML::FormatPS.3 \
HTML::FormatText.3 \
HTML::Formatter.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501400
+TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>