diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-14 10:00:22 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-10-14 10:00:22 +0000 |
commit | ee159937276131473916a6b371884c194b034dbe (patch) | |
tree | adf9cd09bd43527bdbbe8cf9a6bad9d7c0712a52 /devel/p5-Storable | |
parent | ba012a04dffa6e3c62169ad0536f401f7ac45851 (diff) | |
download | ports-ee159937276131473916a6b371884c194b034dbe.tar.gz ports-ee159937276131473916a6b371884c194b034dbe.zip |
Notes
Diffstat (limited to 'devel/p5-Storable')
-rw-r--r-- | devel/p5-Storable/Makefile | 9 | ||||
-rw-r--r-- | devel/p5-Storable/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Storable/pkg-descr | 2 |
3 files changed, 5 insertions, 8 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index d6c66f36b8f8..4a4c8158a766 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Storable -PORTVERSION= 2.07 +PORTVERSION= 2.08 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Storable @@ -15,15 +15,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Persistency for perl data structures -BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS= ${BUILD_DEPENDS} - PERL_CONFIGURE= yes +CONFIGURE_ARGS= INSTALLDIRS=site -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Storable.3 post-patch: - ${PERL} -pi -e '$$_="" if /MAN3PODS|INSTALLDIRS/' ${WRKSRC}/Makefile.PL + @${PERL} -pi -e '$$_="" if /MAN3PODS/' ${WRKSRC}/Makefile.PL .include <bsd.port.mk> diff --git a/devel/p5-Storable/distinfo b/devel/p5-Storable/distinfo index 6128a56bf1d9..a8c41f2832e2 100644 --- a/devel/p5-Storable/distinfo +++ b/devel/p5-Storable/distinfo @@ -1 +1 @@ -MD5 (Storable-2.07.tar.gz) = 04d1b52cf304343e1be08df6f4ad345e +MD5 (Storable-2.08.tar.gz) = 327c6b1a0a9728ca5bb66c5176af0955 diff --git a/devel/p5-Storable/pkg-descr b/devel/p5-Storable/pkg-descr index 0c6878fd338e..2ae738592041 100644 --- a/devel/p5-Storable/pkg-descr +++ b/devel/p5-Storable/pkg-descr @@ -13,4 +13,4 @@ a reference to the root object is returned. In case an I/O error occurred while reading, undef is returned instead. Other serious errors are propagated via die. -WWW: http://search.cpan.org/search?dist=Storable +WWW: http://search.cpan.org/dist/Storable/ |