diff options
author | swills <swills@FreeBSD.org> | 2012-02-27 02:36:27 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-02-27 02:36:27 +0800 |
commit | 76ecb615acbe3fbe7093ccada3f77c90da7c603f (patch) | |
tree | ab821e14e7057e8252fa27fb25e427cba4caebd5 | |
parent | 653d7ef951c3b4fcec56138dd9f5986a8b08d32e (diff) | |
download | freebsd-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/Makefile | 8 |
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> |