# Time-stamp: <2004-11-21 00:27:48 (djcb)>
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 => 'Lubomir Host \'rajo\' <rajo AT platon.sk>',
ABSTRACT => 'Script for sending xmpp messages',
PREREQ_PM => {'Getopt::Long'=>2.00,
'Net::XMPP'=>1.0},
VERSION_FROM => 'sendxmpp',
EXE_FILES => ['sendxmpp']
);
Platon Group <platon@platon.sk> http://platon.sk/
|