summaryrefslogtreecommitdiff
path: root/devel/p5-Module-Implementation/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Module-Implementation/Makefile')
-rw-r--r--devel/p5-Module-Implementation/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Module-Implementation/Makefile b/devel/p5-Module-Implementation/Makefile
index 2eba8fd6ee5b..95b04a3145a7 100644
--- a/devel/p5-Module-Implementation/Makefile
+++ b/devel/p5-Module-Implementation/Makefile
@@ -28,4 +28,10 @@ PERL_CONFIGURE= yes
MAN3= Module::Implementation.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>