Support 9210 CSV contacts format.
[PerlMail.git] / Makefile.PL
index c67d531..a29df5b 100644 (file)
@@ -1,6 +1,22 @@
 #! /usr/bin/perl
-#
-# $Id$
+# 
+#      $Id$
+# Copyright (C) 2002-2003 Jan Kratochvil <project-PerlMail@jankratochvil.net>
+# 
+# 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 <project-LaceMail\@jankratochvil.net>",
+               "NAME"=>"PerlMail",
+               "AUTHOR"=>"Jan Kratochvil <project-PerlMail\@jankratochvil.net>",
                "VERSION_FROM"=>"Makefile.PL",
                "depend"=>{"Makefile"=>'$(VERSION_FROM)'},
                "PREREQ_PM"=>{
@@ -41,6 +57,7 @@ WriteMakefile(
                                "URI::Escape"=>0,
                                "User::Utmp"=>0,
                                "WWW::SMS::TMobileCZ"=>0,
+                               "File::Spec::Link"=>0,
                                },
-               "EXE_FILES"=>["lacemail-accept","lacemail-submit","lacemail-sendmail","contacts-n9k2mutt"],
+               "EXE_FILES"=>["perlmail-accept","perlmail-submit","perlmail-sendmail","contacts-n9k2mutt"],
                );