diff options
author | jadawin <jadawin@FreeBSD.org> | 2013-08-14 23:21:50 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2013-08-14 23:21:50 +0800 |
commit | a86917322d333bb46db6185edf4d7060289104b8 (patch) | |
tree | 88975cf66f6212fd676390adf67becc5a1873274 /devel | |
parent | 78c360d7d54994917319074757cf12fdd4e9c294 (diff) | |
download | freebsd-ports-gnome-a86917322d333bb46db6185edf4d7060289104b8.tar.gz freebsd-ports-gnome-a86917322d333bb46db6185edf4d7060289104b8.tar.zst freebsd-ports-gnome-a86917322d333bb46db6185edf4d7060289104b8.zip |
- Update to 1.022
- Trim header
- Fix pkg-descr
- Changelog: http://cpansearch.perl.org/src/RCAPUTO/Lexical-Persistence-1.022/CHANGES
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Lexical-Persistence/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Lexical-Persistence/distinfo | 4 | ||||
-rw-r--r-- | devel/p5-Lexical-Persistence/pkg-descr | 2 |
3 files changed, 7 insertions, 9 deletions
diff --git a/devel/p5-Lexical-Persistence/Makefile b/devel/p5-Lexical-Persistence/Makefile index cb13c0a9f037..ce03101921aa 100644 --- a/devel/p5-Lexical-Persistence/Makefile +++ b/devel/p5-Lexical-Persistence/Makefile @@ -1,12 +1,9 @@ -# New ports collection makefile for: p5-Lexical-Persistence -# Date created: 01 Jan 2007 -# Whom: Aaron Dalton <aaron@FreeBSD.org> -# +# Created by: Aaron Dalton <aaron@FreeBSD.org> # $FreeBSD$ # PORTNAME= Lexical-Persistence -PORTVERSION= 1.020 +PORTVERSION= 1.022 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -20,6 +17,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Lexical::Persistence.3 -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include <bsd.port.mk> diff --git a/devel/p5-Lexical-Persistence/distinfo b/devel/p5-Lexical-Persistence/distinfo index eb4a3c34b0dc..719703733e0c 100644 --- a/devel/p5-Lexical-Persistence/distinfo +++ b/devel/p5-Lexical-Persistence/distinfo @@ -1,2 +1,2 @@ -SHA256 (Lexical-Persistence-1.020.tar.gz) = 972cd0c175947f8789927eb32bfa01d21b3bb981d8841f7e0c74c26c2fd59172 -SIZE (Lexical-Persistence-1.020.tar.gz) = 12228 +SHA256 (Lexical-Persistence-1.022.tar.gz) = 73807403ac362cb0c6105f08cb046bbc194ab54e41800862b65f9f5aa7d7a8b6 +SIZE (Lexical-Persistence-1.022.tar.gz) = 35377 diff --git a/devel/p5-Lexical-Persistence/pkg-descr b/devel/p5-Lexical-Persistence/pkg-descr index 110f22b214ce..a0f86f73408b 100644 --- a/devel/p5-Lexical-Persistence/pkg-descr +++ b/devel/p5-Lexical-Persistence/pkg-descr @@ -16,4 +16,4 @@ persists in the $lp object between setter() and getter(). sub getter { print my $x, "\n" } Author: Rocco Caputo <rcaputo@cpan.org> -WWW: http://search.cpan.org/dist/Lexical-Persistence +WWW: http://search.cpan.org/dist/Lexical-Persistence/ |