summaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 964d54b600d2..481c5bf5fee9 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1449,7 +1449,9 @@ PERL_LEVEL=0
PERL_ARCH?= mach
-.if ${PERL_LEVEL} >= 500800
+.if ${PERL_LEVEL} >= 501000
+PERL_PORT?= perl5.10
+.elif ${PERL_LEVEL} >= 500800
PERL_PORT?= perl5.8
.else
PERL_PORT?= perl5.6