From a72ed0005b1dc840337c91df5cde89b1015c75f8 Mon Sep 17 00:00:00 2001 From: pgollucci Date: Thu, 8 Mar 2012 18:37:54 +0000 Subject: - Remove lang/perl5.8 (12/16/2008 EOL) and lang/perl5.10 (08/23/2009 EOL) - lang/5.12 (default) is in Maint mode and lang/5.14 is GA right now. - The final UNcommitted portition of this PR will move the default perl to lang/perl5.14 but mail/cyrus-impad2 mail/cyrus-impad22 print/perlftlib audio/papcl www/WebMagick misc/gcstar math/ploymak must be fixed or marked BROKEN 1st. PR: ports/165457 Submitted by: pgollucci (myself) Approved by: portmgr (linimon) Exp Run by: linimon Tested by: make index --- Mk/bsd.perl.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Mk/bsd.perl.mk') diff --git a/Mk/bsd.perl.mk b/Mk/bsd.perl.mk index f716c7961aee..f80ccc80a3f0 100644 --- a/Mk/bsd.perl.mk +++ b/Mk/bsd.perl.mk @@ -68,10 +68,6 @@ PERL_ARCH?= mach PERL_PORT?= perl5.14 .elif ${PERL_LEVEL} >= 501200 PERL_PORT?= perl5.12 -.elif ${PERL_LEVEL} >= 501000 -PERL_PORT?= perl5.10 -.else # ${PERL_LEVEL} < 501000 -PERL_PORT?= perl5.8 .endif SITE_PERL_REL?= lib/perl5/site_perl/${PERL_VERSION} -- cgit