Add the original source packages to maemo, source lenny
[dh-make-perl] / dev / i386 / libpar-dist-perl / libpar-dist-perl-0.31 / Makefile.PL
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
5     NAME              => 'PAR::Dist',
6     VERSION_FROM      => 'lib/PAR/Dist.pm', # finds $VERSION
7     PREREQ_PM         => {
8             'File::Find' => '0',
9             'File::Path' => '0',
10             'File::Spec' => '0',
11             'File::Temp' => '0',
12     }, # e.g., Module::Name => 1.1
13     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
14       (ABSTRACT_FROM  => 'lib/PAR/Dist.pm', # retrieve abstract from module
15        AUTHOR         => 'Audrey Tang <cpan@audreyt.org>') : ()),
16 );
17