diff options
author | az <az@FreeBSD.org> | 2012-11-04 17:48:04 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-11-04 17:48:04 +0800 |
commit | b6716613e28d15b94d4147990546a80a63f33916 (patch) | |
tree | ea0ed0232f5b28931feada48e3ab523c81d8ee67 /lang/perl5.16/Makefile | |
parent | 4b9a3dfb809e842c02ae38dbc5bc51b6ed42ea5e (diff) | |
download | freebsd-ports-gnome-b6716613e28d15b94d4147990546a80a63f33916.tar.gz freebsd-ports-gnome-b6716613e28d15b94d4147990546a80a63f33916.tar.zst freebsd-ports-gnome-b6716613e28d15b94d4147990546a80a63f33916.zip |
Update to 5.16.2
Changes: http://search.cpan.org/~rjbs/perl-5.16.2/pod/perldelta.pod
Approved by: maintainer (implicit via email)
With hat: perl@
Feature safe: yes
Diffstat (limited to 'lang/perl5.16/Makefile')
-rw-r--r-- | lang/perl5.16/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile index c415e538006c..f97a8358d5c1 100644 --- a/lang/perl5.16/Makefile +++ b/lang/perl5.16/Makefile @@ -40,7 +40,7 @@ OPTIONS= DEBUGGING "Build with debugging support" off \ PORTSCOUT= limitw:1,even -PERL_VERSION= 5.16.0 +PERL_VERSION= 5.16.2 PERL_ARCH= mach SITE_PERL_REL?= lib/perl5/site_perl/${PERL_VERSION} SITE_PERL?= ${LOCALBASE}/${SITE_PERL_REL} |