aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-PPIx-Regexp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-PPIx-Regexp/Makefile')
-rw-r--r--textproc/p5-PPIx-Regexp/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-PPIx-Regexp/Makefile b/textproc/p5-PPIx-Regexp/Makefile
index 706de99cbd38..c541adaab4c1 100644
--- a/textproc/p5-PPIx-Regexp/Makefile
+++ b/textproc/p5-PPIx-Regexp/Makefile
@@ -81,4 +81,10 @@ MAN3= PPIx::Regexp.3 \
PPIx::Regexp::Tokenizer.3 \
PPIx::Regexp::Util.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>