aboutsummaryrefslogtreecommitdiff
path: root/shells/p5-Bash-Completion/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/p5-Bash-Completion/Makefile')
-rw-r--r--shells/p5-Bash-Completion/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/shells/p5-Bash-Completion/Makefile b/shells/p5-Bash-Completion/Makefile
index bfcbd9a47cd1..74ced6e17009 100644
--- a/shells/p5-Bash-Completion/Makefile
+++ b/shells/p5-Bash-Completion/Makefile
@@ -36,6 +36,10 @@ MAN3= App::BashComplete.3 \
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} < 501001
+BUILD_DEPENDS+= p5-parent>=0:${PORTSDIR}/devel/p5-parent
+.endif
+
.if ${PERL_LEVEL} < 501400
TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
.endif