diff options
Diffstat (limited to 'devel/p5-FileKGlob/files/Makefile.PL')
-rw-r--r-- | devel/p5-FileKGlob/files/Makefile.PL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-FileKGlob/files/Makefile.PL b/devel/p5-FileKGlob/files/Makefile.PL new file mode 100644 index 00000000000..47e7c50ff29 --- /dev/null +++ b/devel/p5-FileKGlob/files/Makefile.PL @@ -0,0 +1,11 @@ +# $NetBSD: Makefile.PL,v 1.1.1.1 1999/05/12 20:47:13 bad 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' => 'File::KGlob', + 'DISTNAME' => 'FileKGlob', + 'VERSION' => '1.2', + 'linkext' => { LINKTYPE=>'' }, # no link needed + 'dist' => {'COMPRESS'=>'gzip -9f', 'SUFFIX' => 'gz'} +); |