aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-RPN/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-Math-RPN/Makefile')
-rw-r--r--math/p5-Math-RPN/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/p5-Math-RPN/Makefile b/math/p5-Math-RPN/Makefile
index 4a2daf1a4921..8806d7232dfa 100644
--- a/math/p5-Math-RPN/Makefile
+++ b/math/p5-Math-RPN/Makefile
@@ -21,4 +21,10 @@ PERL_CONFIGURE= yes
MAN3= Math::RPN.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 501001
+BUILD_DEPENDS+= p5-ExtUtils-MakeMaker>=6.50:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
+.endif
+
+.include <bsd.port.post.mk>