aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Storable/Makefile
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-08-14 15:32:57 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-08-14 15:32:57 +0000
commitde99f493383a455df4bcf979525176eda507bbed (patch)
tree4174fd0da9091ab23fda03a3b2aa19d65eb8586c /devel/p5-Storable/Makefile
parentb13d71886f5f11ac480877b661496723af658062 (diff)
downloadports-de99f493383a455df4bcf979525176eda507bbed.tar.gz
ports-de99f493383a455df4bcf979525176eda507bbed.zip
Notes
Diffstat (limited to 'devel/p5-Storable/Makefile')
-rw-r--r--devel/p5-Storable/Makefile10
1 files changed, 8 insertions, 2 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>