diff options
Diffstat (limited to 'devel/p5-Const-Fast/Makefile')
-rw-r--r-- | devel/p5-Const-Fast/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Const-Fast/Makefile b/devel/p5-Const-Fast/Makefile index 1c0352427b33..126bd8b30934 100644 --- a/devel/p5-Const-Fast/Makefile +++ b/devel/p5-Const-Fast/Makefile @@ -27,4 +27,10 @@ PERL_CONFIGURE= yes MAN3= Const::Fast.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 501001 +TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple +.endif + +.include <bsd.port.post.mk> |