aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2012-02-27 02:36:27 +0800
committerswills <swills@FreeBSD.org>2012-02-27 02:36:27 +0800
commit76ecb615acbe3fbe7093ccada3f77c90da7c603f (patch)
treeab821e14e7057e8252fa27fb25e427cba4caebd5
parent653d7ef951c3b4fcec56138dd9f5986a8b08d32e (diff)
downloadfreebsd-ports-gnome-76ecb615acbe3fbe7093ccada3f77c90da7c603f.tar.gz
freebsd-ports-gnome-76ecb615acbe3fbe7093ccada3f77c90da7c603f.tar.zst
freebsd-ports-gnome-76ecb615acbe3fbe7093ccada3f77c90da7c603f.zip
- Add (more) TEST_DEPENDS to enable testing (on older perl)
Approved by: portmgr (blanket)
-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>