diff options
author | tobez <tobez@FreeBSD.org> | 2001-08-14 15:32:57 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-08-14 15:32:57 +0000 |
commit | 594a5a00ab629b953cba54a247f22d5ec06d77d1 (patch) | |
tree | 69c29aff6f46bb3b8342a662b33456e8d74f92a5 /devel | |
parent | 572f61849d433463a335996ec1e500a7d497011e (diff) | |
download | FreeBSD-ports-594a5a00ab629b953cba54a247f22d5ec06d77d1.zip FreeBSD-ports-594a5a00ab629b953cba54a247f22d5ec06d77d1.tar.gz |
Upgrade devel/p5-Storable to 1.0.12.
Make the port to create and install the manpage.
Assume maintainership.
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 589eef5..cf6dc22 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 46140ca..cf00aac 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 |