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.1.1.2 (vendor branch), Wed Oct 4 21:05:27 2006 UTC (17 years, 5 months ago) by rajo


Changes since 1.1.1.1: +6 -0 lines

Imported old sendxmpp sources. Release date 2004-12-07.

# 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 => 'Dirk-Jan C. Binnema (djcb@djcbsoftware.nl)',
           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