summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2013-08-14 15:21:50 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2013-08-14 15:21:50 +0000
commit1f45d4bc704774149d277093284b188a4482d8d0 (patch)
tree88975cf66f6212fd676390adf67becc5a1873274 /devel
parentUpdate to 3.2.1. (diff)
- Update to 1.022
- Trim header - Fix pkg-descr - Changelog: http://cpansearch.perl.org/src/RCAPUTO/Lexical-Persistence-1.022/CHANGES
Notes
Notes: svn path=/head/; revision=324731
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Lexical-Persistence/Makefile10
-rw-r--r--devel/p5-Lexical-Persistence/distinfo4
-rw-r--r--devel/p5-Lexical-Persistence/pkg-descr2
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/