diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-01-13 21:38:50 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-01-13 21:38:50 +0000 |
commit | 4ab5fefc98eaa00392de2ce4470acec599b7a6a2 (patch) | |
tree | 5bf114288fee3a5bd15c167bfe721b43460eca45 /Mk | |
parent | db7510e1736eccb319ee572b971704d92afccb56 (diff) | |
download | ports-4ab5fefc98eaa00392de2ce4470acec599b7a6a2.tar.gz ports-4ab5fefc98eaa00392de2ce4470acec599b7a6a2.zip |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.perl.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.perl.mk b/Mk/bsd.perl.mk index df348c5b35c3..f5e891b8381c 100644 --- a/Mk/bsd.perl.mk +++ b/Mk/bsd.perl.mk @@ -85,8 +85,8 @@ PERL_Include_MAINTAINER= perl@FreeBSD.org # to set one of the conditionals that force the inclusion of bsd.perl.mk .if defined(_PERL_REFACTORING_COMPLETE) -PERL_VERSION?= 5.8.8 -PERL_VER?= 5.8.8 +PERL_VERSION?= 5.8.9 +PERL_VER?= 5.8.9 .if !defined(PERL_LEVEL) && defined(PERL_VERSION) perl_major= ${PERL_VERSION:C|\..*||} |