diff options
author | skv <skv@FreeBSD.org> | 2009-06-08 22:56:32 +0800 |
---|---|---|
committer | skv <skv@FreeBSD.org> | 2009-06-08 22:56:32 +0800 |
commit | 532e6d6558d1aa3fb93760b2f5fe7a4e77161fb4 (patch) | |
tree | 1b225f357b305ec8e7741c98200f9c13903b2938 /Mk/bsd.port.mk | |
parent | 8ad966f7206f08f6cd79e16802c8f11692f69cd2 (diff) | |
download | freebsd-ports-graphics-532e6d6558d1aa3fb93760b2f5fe7a4e77161fb4.tar.gz freebsd-ports-graphics-532e6d6558d1aa3fb93760b2f5fe7a4e77161fb4.tar.zst freebsd-ports-graphics-532e6d6558d1aa3fb93760b2f5fe7a4e77161fb4.zip |
Remove expired port lang/perl5.6
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 0a06cb21ba8..a873b1042de 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} |