diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-08-14 15:32:57 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-08-14 15:32:57 +0000 |
commit | de99f493383a455df4bcf979525176eda507bbed (patch) | |
tree | 4174fd0da9091ab23fda03a3b2aa19d65eb8586c /devel | |
parent | b13d71886f5f11ac480877b661496723af658062 (diff) | |
download | ports-de99f493383a455df4bcf979525176eda507bbed.tar.gz ports-de99f493383a455df4bcf979525176eda507bbed.zip |
Upgrade devel/p5-Storable to 1.0.12.
Make the port to create and install the manpage.
Assume maintainership.
Notes
Notes:
svn path=/head/; revision=46248
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Storable/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-Storable/distinfo | 2 |
2 files changed, 9 insertions, 3 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index 589eef5dc352..cf6dc223badc 100644 --- a/devel/p5-Storable/Makefile +++ b/devel/p5-Storable/Makefile @@ -6,14 +6,20 @@ # PORTNAME= Storable -PORTVERSION= 1.0.11 +PORTVERSION= 1.0.12 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Storable PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobez@FreeBSD.org PERL_CONFIGURE= yes +MAN3= Storable.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +pre-patch: + @${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 46140caf36ea..cf00aac3af93 100644 --- a/devel/p5-Storable/distinfo +++ b/devel/p5-Storable/distinfo @@ -1 +1 @@ -MD5 (Storable-1.0.11.tar.gz) = f6f20fff6bbdb61e029b2bc55041f91d +MD5 (Storable-1.0.12.tar.gz) = 09949b8168ecf359145555980b694c91 |