diff options
author | tobez <tobez@FreeBSD.org> | 2001-08-14 23:32:57 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-08-14 23:32:57 +0800 |
commit | 594a5a00ab629b953cba54a247f22d5ec06d77d1 (patch) | |
tree | 69c29aff6f46bb3b8342a662b33456e8d74f92a5 /devel/p5-Storable/Makefile | |
parent | 572f61849d433463a335996ec1e500a7d497011e (diff) | |
download | freebsd-ports-graphics-594a5a00ab629b953cba54a247f22d5ec06d77d1.tar.gz freebsd-ports-graphics-594a5a00ab629b953cba54a247f22d5ec06d77d1.tar.zst freebsd-ports-graphics-594a5a00ab629b953cba54a247f22d5ec06d77d1.zip |
Upgrade devel/p5-Storable to 1.0.12.
Make the port to create and install the manpage.
Assume maintainership.
Diffstat (limited to 'devel/p5-Storable/Makefile')
-rw-r--r-- | devel/p5-Storable/Makefile | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/devel/p5-Storable/Makefile b/devel/p5-Storable/Makefile index 589eef5dc35..cf6dc223bad 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> |