diff options
author | jlam <jlam> | 2000-08-27 07:13:33 +0000 |
---|---|---|
committer | jlam <jlam> | 2000-08-27 07:13:33 +0000 |
commit | ad63a63a0a69c4da43a255adbdc3c6282680cd6a (patch) | |
tree | bada94c67e9a5a45bc3176ba1c677cc3d7cb73c5 /devel | |
parent | 97e1b0acc462290dc20dc517f0b889e311c2da32 (diff) | |
download | pkgsrc-ad63a63a0a69c4da43a255adbdc3c6282680cd6a.tar.gz |
Forgot to add this file as part of conversion to PERL5_PACKLIST.
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'} +); |