aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Net-FreshBooks-API/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Net-FreshBooks-API/Makefile')
-rw-r--r--www/p5-Net-FreshBooks-API/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-Net-FreshBooks-API/Makefile b/www/p5-Net-FreshBooks-API/Makefile
index 62ff81d48abc..6e03fb0fa328 100644
--- a/www/p5-Net-FreshBooks-API/Makefile
+++ b/www/p5-Net-FreshBooks-API/Makefile
@@ -55,6 +55,10 @@ MAN3= Net::FreshBooks::API.3 \
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} < 501200
+BUILD_DEPENDS+= p5-Module-Build>=0.3601:${PORTSDIR}/devel/p5-Module-Build
+.endif
+
.if ${PERL_LEVEL} < 501400
RUN_DEPENDS+= p5-parent>=0.224:${PORTSDIR}/devel/p5-parent
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple