summaryrefslogtreecommitdiff
path: root/devel/p5-PV
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-27 07:13:33 +0000
committerjlam <jlam@pkgsrc.org>2000-08-27 07:13:33 +0000
commite41fff555956a580d350a8b61eb227553bf60a90 (patch)
treebada94c67e9a5a45bc3176ba1c677cc3d7cb73c5 /devel/p5-PV
parent18cba9d7fa4ef20bc11b28b998233dddeb7ae32d (diff)
downloadpkgsrc-e41fff555956a580d350a8b61eb227553bf60a90.tar.gz
Forgot to add this file as part of conversion to PERL5_PACKLIST.
Diffstat (limited to 'devel/p5-PV')
-rw-r--r--devel/p5-PV/files/Makefile.PL11
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'}
+);