X-Git-Url: http://git.jankratochvil.net/?p=PerlMail.git;a=blobdiff_plain;f=Makefile.PL;h=38005a898e4cb365a8eb442525a72199d296d90a;hp=2cff937e658a233d39837a8a691a846d39b1554c;hb=cbf136ac0505a12a6984f83e5a0887ffff1be055;hpb=ba95562b1683631fd058e10bb8205dfecd3e3fe8 diff --git a/Makefile.PL b/Makefile.PL index 2cff937..38005a8 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,6 +1,22 @@ #! /usr/bin/perl -# -# $Id$ +# +# $Id$ +# Copyright (C) 2002-2003 Jan Kratochvil +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + use vars qw($VERSION); $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; }; @@ -16,31 +32,40 @@ WriteMakefile( "VERSION_FROM"=>"Makefile.PL", "depend"=>{"Makefile"=>'$(VERSION_FROM)'}, "PREREQ_PM"=>{ + "Authen::SASL"=>0, "Carp"=>0, "Cz::Cstocs"=>0, "DBI"=>0, + "Encode::Guess"=>0, + "Exporter"=>0, + "ExtUtils::MakeMaker"=>0, "Fcntl"=>0, "File::Basename"=>0, + "File::Spec::Link"=>0, "Getopt::Long"=>0, "HTML::Entities"=>0, "HTTP::Cookies"=>0, "HTTP::Request"=>0, "IO::Handle"=>0, "IO::Socket::INET"=>0, + "IPC::Open3"=>0, "LWP::UserAgent"=>0, "Lingua::EN::Squeeze"=>0, + "MIME::Base64"=>0, "MIME::Head"=>0, "MIME::Words"=>0, "Mail::Address"=>0, "Mail::Alias"=>0, "Mail::Audit"=>0, - "Mail::Audit::MAPS"=>0, "Mail::Mailer"=>0, + "Net::Cmd"=>0, + "Net::SMTP"=>0, "POSIX"=>0, "Sys::Syslog"=>0, + "Text::CSV::Simple"=>0, "URI::Escape"=>0, "User::Utmp"=>0, - "WWW::SMS::TMobileCZ"=>0, + "WWW::SMS"=>0, }, "EXE_FILES"=>["perlmail-accept","perlmail-submit","perlmail-sendmail","contacts-n9k2mutt"], );