summaryrefslogtreecommitdiff
path: root/Mk/bsd.perl.mk
diff options
context:
space:
mode:
authorSergey Skvortsov <skv@FreeBSD.org>2011-05-17 19:30:03 +0000
committerSergey Skvortsov <skv@FreeBSD.org>2011-05-17 19:30:03 +0000
commitb9716b9857dec72d44692638dd6c32e2bd1b6781 (patch)
tree4deb3f06ebfaae6f086561b5446418be88f7cb4a /Mk/bsd.perl.mk
parent- Moved a bunch of chmod and chown commands from Makefile to pkg-plist now (diff)
Introduce Perl 5.14.0
Changes: http://search.cpan.org/~jesse/perl-5.14.0/pod/perldelta.pod
Notes
Notes: svn path=/head/; revision=274235
Diffstat (limited to 'Mk/bsd.perl.mk')
-rw-r--r--Mk/bsd.perl.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Mk/bsd.perl.mk b/Mk/bsd.perl.mk
index 78cee9519791..fb52341bc82b 100644
--- a/Mk/bsd.perl.mk
+++ b/Mk/bsd.perl.mk
@@ -99,7 +99,9 @@ PERL_LEVEL= 0
PERL_ARCH?= mach
-.if ${PERL_LEVEL} >= 501200
+.if ${PERL_LEVEL} >= 501400
+PERL_PORT?= perl5.14
+.elif ${PERL_LEVEL} >= 501200
PERL_PORT?= perl5.12
.elif ${PERL_LEVEL} >= 501000
PERL_PORT?= perl5.10