X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=inline;f=dev%2Farm%2Flibemail-date-format-perl%2Flibemail-date-format-perl-1.002%2FMakefile.PL;fp=dev%2Farm%2Flibemail-date-format-perl%2Flibemail-date-format-perl-1.002%2FMakefile.PL;h=18928ec8d068c2a5eba840494a47528b0d2d13cd;hb=f477fa73365d491991707e7ed9217b48d6994551;hp=0000000000000000000000000000000000000000;hpb=da95c414033799c3a62606f299c3c00b5c77ca11;p=dh-make-perl diff --git a/dev/arm/libemail-date-format-perl/libemail-date-format-perl-1.002/Makefile.PL b/dev/arm/libemail-date-format-perl/libemail-date-format-perl-1.002/Makefile.PL new file mode 100644 index 0000000..18928ec --- /dev/null +++ b/dev/arm/libemail-date-format-perl/libemail-date-format-perl-1.002/Makefile.PL @@ -0,0 +1,14 @@ +use strict; +use ExtUtils::MakeMaker; + +WriteMakefile ( + AUTHOR => 'Ricardo SIGNES ', + ABSTRACT => "produce RFC 8822 date strings", + NAME => 'Email::Date::Format', + (eval { ExtUtils::MakeMaker->VERSION(6.21) } ? (LICENSE => 'perl') : ()), + PREREQ_PM => { + 'Test::More' => '0.47', # core + 'Time::Local' => '0.000', # core + }, + VERSION_FROM => 'lib/Email/Date/Format.pm', +);