kartero v0.02
[kartero.git] / Makefile.PL
blob68da9722d0bb40431266503c8e4a099387727871
1 use 5.008;
2 use ExtUtils::MakeMaker;
3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
4 # the contents of the Makefile that is written.
5 WriteMakefile(
6     NAME              => 'kartero',
7     VERSION_FROM      => 'lib/Net/SMTP/Server/SmartHost.pm', # finds $VERSION
8     EXE_FILES         => [ qw(kartero) ],
9     PREREQ_PM         => {
10                           Config::IniFiles  => 2.27,
11                           Date::Format      => 2.20,
12                           MIME::Base64      => 3.05,
13                           Net::SMTP         => 2.29,
14                           Net::SMTP::Server => 1.1,
15                          },
16     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
17       (ABSTRACT_FROM  => 'kartero',
18        AUTHOR         => 'Zak B. Elep <zakame@spunge.org>') : ()),