X-Git-Url: http://git.jankratochvil.net/?p=PerlMail.git;a=blobdiff_plain;f=Makefile.PL;h=fa152154ab65cfcb3a69670a10ec2db55acaca8f;hp=fb3a9c0e5a89c8e324fd2f64774725f2b81e069e;hb=b6cafe7d7201a41899b65acbf286dbb1fce72501;hpb=b68782d3f8bca18eb93a2abf167541986decedfc diff --git a/Makefile.PL b/Makefile.PL index fb3a9c0..fa15215 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; }; @@ -11,8 +27,8 @@ use ExtUtils::MakeMaker; WriteMakefile( - "NAME"=>"LaceMail", - "AUTHOR"=>"Jan Kratochvil ", + "NAME"=>"PerlMail", + "AUTHOR"=>"Jan Kratochvil ", "VERSION_FROM"=>"Makefile.PL", "depend"=>{"Makefile"=>'$(VERSION_FROM)'}, "PREREQ_PM"=>{ @@ -32,6 +48,7 @@ WriteMakefile( "MIME::Head"=>0, "MIME::Words"=>0, "Mail::Address"=>0, + "Mail::Alias"=>0, "Mail::Audit"=>0, "Mail::Audit::MAPS"=>0, "Mail::Mailer"=>0, @@ -39,6 +56,7 @@ WriteMakefile( "Sys::Syslog"=>0, "URI::Escape"=>0, "User::Utmp"=>0, + "WWW::SMS::TMobileCZ"=>0, }, - "EXE_FILES"=>["lacemail-accept","lacemail-submit"], + "EXE_FILES"=>["perlmail-accept","perlmail-submit","perlmail-sendmail","contacts-n9k2mutt"], );