diff options
Diffstat (limited to 'www/p5-Catalyst-Devel/Makefile')
-rw-r--r-- | www/p5-Catalyst-Devel/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/www/p5-Catalyst-Devel/Makefile b/www/p5-Catalyst-Devel/Makefile index 41e7147e8a35..d8b392820f58 100644 --- a/www/p5-Catalyst-Devel/Makefile +++ b/www/p5-Catalyst-Devel/Makefile @@ -42,4 +42,10 @@ MAN3= Catalyst::Devel.3 \ Catalyst::Restarter::Win32.3 \ Module::Install::Catalyst.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501200 +TEST_DEPENDS+= p5-Test-Simple>=0.94:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> |