diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-06-08 14:56:32 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-06-08 14:56:32 +0000 |
commit | 4761891bba5cc3906b7eace27281fffdc4f109a6 (patch) | |
tree | a1b53bcecd3ea60ddfaebce6b62ffe5b1c0c1755 /Mk/bsd.port.mk | |
parent | 42eabd775382a2bb10e1cfa3d850d52c299ec1d8 (diff) |
Notes
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r-- | Mk/bsd.port.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 0a06cb21ba81..a873b1042de2 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -330,8 +330,8 @@ FreeBSD_MAINTAINER= portmgr@FreeBSD.org # PERL_VERSION - Full version of perl5 (see below for current value). # PERL_LEVEL - Perl version as an integer of the form MNNNPP, where # M is major version, N is minor version, and P is -# the patch level. E.g., PERL_VERSION=5.6.1 would give -# a PERL_LEVEL of 500601. This can be used in comparisons +# the patch level. E.g., PERL_VERSION=5.8.1 would give +# a PERL_LEVEL of 500801. This can be used in comparisons # to determine if the version of perl is high enough, # whether a particular dependency is needed, etc. # PERL_ARCH - Directory name of architecture dependent libraries @@ -1452,10 +1452,8 @@ PERL_ARCH?= mach .if ${PERL_LEVEL} >= 501000 PERL_PORT?= perl5.10 -.elif ${PERL_LEVEL} >= 500800 -PERL_PORT?= perl5.8 .else -PERL_PORT?= perl5.6 +PERL_PORT?= perl5.8 .endif SITE_PERL_REL?= lib/perl5/site_perl/${PERL_VERSION} |