Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libio-stringy-perl / io-stringy-2.110 / Makefile.PL
1 #!/usr/bin/perl
2 use ExtUtils::MakeMaker;
3
4 #------------------------------------------------------------
5 # Makefile:
6 #------------------------------------------------------------
7
8 # Ensure the test output directory:
9 (-d "testout") or mkdir "testout", 0755 or die "please make dir ./testout\n";
10
11 # Write the Makefile:
12 WriteMakefile(
13               NAME         => "IO::Stringy",
14               VERSION_FROM => "lib/IO/Stringy.pm",
15               DISTNAME     => "IO-stringy",
16               'dist'       => {
17                   COMPRESS => 'gzip -f',
18                   SUFFIX   => 'gz',
19               }
20               );
21