diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2009-09-11 11:23:31 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2009-09-11 11:23:31 +0000 |
commit | c7e48ee4118e82633073cefc1ababd4d98f7067d (patch) | |
tree | 3ecfc223aef07c36d4dab81ff6f472383edd14c1 /lang/perl5.14/Makefile | |
parent | 6e9669c6e7bb7eae74a7deeaaa7670ebd1df1a3a (diff) | |
download | ports-c7e48ee4118e82633073cefc1ababd4d98f7067d.tar.gz ports-c7e48ee4118e82633073cefc1ababd4d98f7067d.zip |
Notes
Diffstat (limited to 'lang/perl5.14/Makefile')
-rw-r--r-- | lang/perl5.14/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile index 31378ddb7a11..e19a12ad8d7e 100644 --- a/lang/perl5.14/Makefile +++ b/lang/perl5.14/Makefile @@ -7,7 +7,6 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 4 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ @@ -33,12 +32,12 @@ OPTIONS= DEBUGGING "Build with debugging support" off \ SITECUSTOMIZE "Run-time customization of @INC" off \ USE_PERL "Rewrite links in /usr/bin" on -PERL_VERSION= 5.10.0 +PERL_VERSION= 5.10.1 PERL_ARCH= mach SITE_PERL_REL?= lib/perl5/site_perl/${PERL_VERSION} SITE_PERL?= ${LOCALBASE}/${SITE_PERL_REL} -#USE_BZIP2= yes +USE_BZIP2= yes HAS_CONFIGURE= yes MAKE_JOBS_SAFE= yes CONFIGURE_SCRIPT=Configure |