View | Details | Raw Unified | Return to bug 165457
Collapse All | Expand All

(-)bsd.perl.mk (-5 / +1 lines)
Lines 44-50 Link Here
44
Perl_Pre_Include=			bsd.perl.mk
44
Perl_Pre_Include=			bsd.perl.mk
45
PERL_Include_MAINTAINER=	perl@FreeBSD.org
45
PERL_Include_MAINTAINER=	perl@FreeBSD.org
46
46
47
PERL_VERSION?=	5.12.4
47
PERL_VERSION?=	5.14.2
48
48
49
.if !defined(PERL_LEVEL) && defined(PERL_VERSION)
49
.if !defined(PERL_LEVEL) && defined(PERL_VERSION)
50
perl_major=		${PERL_VERSION:C|^([1-9]+).*|\1|}
50
perl_major=		${PERL_VERSION:C|^([1-9]+).*|\1|}
Lines 68-77 Link Here
68
PERL_PORT?=	perl5.14
68
PERL_PORT?=	perl5.14
69
.elif  ${PERL_LEVEL} >= 501200
69
.elif  ${PERL_LEVEL} >= 501200
70
PERL_PORT?=	perl5.12
70
PERL_PORT?=	perl5.12
71
.elif  ${PERL_LEVEL} >= 501000
72
PERL_PORT?=	perl5.10
73
.else # ${PERL_LEVEL} < 501000
74
PERL_PORT?=	perl5.8
75
.endif
71
.endif
76
72
77
SITE_PERL_REL?=	lib/perl5/site_perl/${PERL_VERSION}
73
SITE_PERL_REL?=	lib/perl5/site_perl/${PERL_VERSION}

Return to bug 165457