Import Debian changes 1.23-1.1
[cascardo/sendxmpp.git] / Makefile.PL
index 46a74a8..4b19bc2 100644 (file)
@@ -2,8 +2,14 @@
 
 use ExtUtils::MakeMaker;
 
+# do this so we default to install to /usr/local, unless
+# PREFIX is provided, ie.:
+# perl Makefile.pl PREFIX=/usr
+$ENV{'PREFIX'}='/usr/local/' unless ($ENV{'PREFIX'});
+
+
 WriteMakefile (NAME => 'sendxmpp',
-              AUTHOR => 'Dirk-Jan C. Binnema (djcb@djcbsoftware.nl)',
+              AUTHOR => 'Lubomir Host \'rajo\' <rajo AT platon.sk>',
               ABSTRACT => 'Script for sending xmpp messages',
               PREREQ_PM => {'Getopt::Long'=>2.00,
                             'Net::XMPP'=>1.0},