summaryrefslogtreecommitdiff
path: root/devel/p5-PV/files
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-02-22 18:08:02 +0000
committerwiz <wiz@pkgsrc.org>2009-02-22 18:08:02 +0000
commita9eea2b3791a04a7d189f3216534daeb5243e39e (patch)
tree36a87d7364ed43484e7f33492c7f6a73c2351ccb /devel/p5-PV/files
parentfbd49c507c486e390d6b913e6bc2734a163ec10c (diff)
downloadpkgsrc-a9eea2b3791a04a7d189f3216534daeb5243e39e.tar.gz
Update to 1.5, changes undocumented.
pkglint cleanup. Add HOMEPAGE.
Diffstat (limited to 'devel/p5-PV/files')
-rw-r--r--devel/p5-PV/files/Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-PV/files/Makefile.PL b/devel/p5-PV/files/Makefile.PL
index 1d456dbc63f..56bb6402048 100644
--- a/devel/p5-PV/files/Makefile.PL
+++ b/devel/p5-PV/files/Makefile.PL
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.PL,v 1.2 2000/08/28 19:37:42 jlam Exp $
+# $NetBSD: Makefile.PL,v 1.3 2009/02/22 18:08:02 wiz Exp $
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'PV',
'DISTNAME' => 'PV.pm',
- 'VERSION' => '1.4',
+ 'VERSION' => '1.5',
'linkext' => { LINKTYPE=>'' }, # no link needed
'dist' => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz'}
);