diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-08 18:37:54 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2012-03-08 18:37:54 +0000 |
commit | 346415e3c06029d36c899250a77aa33df43cf6fc (patch) | |
tree | 797965d2bfac58a73c0d67dad809d827f98b87fd /Mk/bsd.perl.mk | |
parent | 414c2f580610e551f1d8cf3e6d8aafaabcd1fbe7 (diff) |
- 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
Notes
Notes:
svn path=/head/; revision=292976
Diffstat (limited to 'Mk/bsd.perl.mk')
-rw-r--r-- | Mk/bsd.perl.mk | 4 |
1 files changed, 0 insertions, 4 deletions
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} |