diff options
-rw-r--r-- | www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile b/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile index 70c4cfb22ed7..602e1e64c61d 100644 --- a/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile +++ b/www/p5-HTTP-MobileAgent-Plugin-Charset/Makefile @@ -22,4 +22,10 @@ PERL_CONFIGURE= yes MAN3= HTTP::MobileAgent::Plugin::Charset.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> |