Index: Mk/bsd.perl.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.perl.mk,v retrieving revision 1.12 diff -u -r1.12 bsd.perl.mk --- Mk/bsd.perl.mk 5 Mar 2009 17:56:23 -0000 1.12 +++ Mk/bsd.perl.mk 6 Mar 2009 14:25:29 -0000 @@ -26,7 +26,7 @@ # PERL_ARCH - Directory name of architecture dependent libraries # (value: mach). # PERL_PORT - Name of the perl port that is installed -# (value: perl5) +# (value: perl5.8) # SITE_PERL - Directory name where site specific perl packages go. # This value is added to PLIST_SUB. # USE_PERL5 - If your port needs a specific version of Perl, you @@ -99,7 +99,9 @@ PERL_ARCH?= mach -.if ${PERL_LEVEL} >= 500800 +.if ${PERL_LEVEL} >= 501000 +PERL_PORT?= perl5.10 +.elif ${PERL_LEVEL} >= 500800 PERL_PORT?= perl5.8 .else # ${PERL_LEVEL} < 500800 PERL_PORT?= perl5.6 @@ -149,7 +151,7 @@ .if ${want_perl_sign} == "+" .if ${USE_PERL5_LEVEL} > ${masked_PERL_LEVEL} -USE_PERL5_REASON?= requires Perl ${want_perl_ver} or later, install lang/perl5.8 and try again +USE_PERL5_REASON?= requires Perl ${want_perl_ver} or later, install lang/perl5.8 or lang/perl5.10 and try again IGNORE= ${USE_PERL5_REASON} .endif # ${USE_PERL5_LEVEL} > ${masked_PERL_LEVEL} .elif ${want_perl_sign} == "" Index: Mk/bsd.port.mk =================================================================== RCS file: /home/pcvs/ports/Mk/bsd.port.mk,v retrieving revision 1.612 diff -u -r1.612 bsd.port.mk --- Mk/bsd.port.mk 5 Mar 2009 17:56:23 -0000 1.612 +++ Mk/bsd.port.mk 6 Mar 2009 14:25:36 -0000 @@ -1426,7 +1426,9 @@ PERL_ARCH?= mach -.if ${PERL_LEVEL} >= 500800 +.if ${PERL_LEVEL} >= 501000 +PERL_PORT?= perl5.10 +.elif ${PERL_LEVEL} >= 500800 PERL_PORT?= perl5.8 .else PERL_PORT?= perl5.6 Index: lang/Makefile =================================================================== RCS file: /home/pcvs/ports/lang/Makefile,v retrieving revision 1.624 diff -u -r1.624 Makefile --- lang/Makefile 2 Mar 2009 23:50:32 -0000 1.624 +++ lang/Makefile 6 Mar 2009 14:25:37 -0000 @@ -224,6 +224,7 @@ SUBDIR += pecl-perl SUBDIR += perl5.6 SUBDIR += perl5.8 + SUBDIR += perl5.10 SUBDIR += pexts SUBDIR += pfe-devel SUBDIR += phc