Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, March 29, 2024

File: [Platon] / sendxmpp / Makefile.PL (download)

Revision 1.2, Wed Oct 4 23:53:26 2006 UTC (17 years, 5 months ago) by rajo


Changes since 1.1: +7 -1 lines

Chamged homepage to http://sendxmpp.platon.sk.

# 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.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top