diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-PV/files/Makefile.PL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-PV/files/Makefile.PL b/devel/p5-PV/files/Makefile.PL new file mode 100644 index 00000000000..b2832645dc3 --- /dev/null +++ b/devel/p5-PV/files/Makefile.PL @@ -0,0 +1,11 @@ +# $NetBSD: Makefile.PL,v 1.1 2000/08/27 07:13:33 jlam 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' => '0.2.0', + 'linkext' => { LINKTYPE=>'' }, # no link needed + 'dist' => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz'} +); |