Mail-Toaster
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
install toaster-watcher.conf-dist $(TNPITOASTER)/watcher/toaster-watcher.conf
install toaster-watcher.conf-dist $(TNPITOASTER)/etc/toaster-watcher.conf
install -m 0644 doc/toaster.conf.html $(TNPITOASTER)/config/
install -m 0644 doc/toaster-watcher.conf.html $(TNPITOASTER)/config/
install -m 0644 $(MODULES)/Toaster.html $(TNPITOASTER)/modules/
install -m 0644 $(MODULES)/Apache.html $(TNPITOASTER)/modules/
install -m 0644 $(MODULES)/DNS.html $(TNPITOASTER)/modules/
install -m 0644 $(MODULES)/Darwin.html $(TNPITOASTER)/modules/
install -m 0644 $(MODULES)/Ezmlm.html $(TNPITOASTER)/modules/
install -m 0644 $(MODULES)/FreeBSD.html $(TNPITOASTER)/modules/
install -m 0644 $(MODULES)/Logs.html $(TNPITOASTER)/modules/
install -m 0644 $(MODULES)/Mysql.html $(TNPITOASTER)/modules/
install -m 0644 $(MODULES)/Qmail.html $(TNPITOASTER)/modules/
install -m 0644 $(MODULES)/Setup.html $(TNPITOASTER)/modules/
install -m 0644 $(MODULES)/Utility.html $(TNPITOASTER)/modules/
install -m 0644 Mail-Toaster-$(VERSION).tar.gz $(TNPITOASTER)/Mail-Toaster.tar.gz
install -m 0644 Mail-Toaster-$(VERSION).tar.gz $(TNPITOASTER)/src/Mail-Toaster-$(VERSION).tar.gz
rm Mail-Toaster-$(VERSION).tar.gz
rsync -nav html/ www.tnpi.net:/home/tnpi/html/internet/mail/toaster/
';
}
WriteMakefile(
'NAME' => 'Mail::Toaster',
'VERSION_FROM' => 'lib/Mail/Toaster.pm', # finds $VERSION
'EXE_FILES' => [
'bin/toaster_setup.pl', 'bin/toaster-watcher.pl',
'bin/maillogs', 'bin/qqtool.pl',
],
'INSTALLSCRIPT' => '/usr/local/sbin',
META_MERGE => {
resources => {
bugtracker => 'https://github.com/msimerson/Mail-Toaster/issues',
homepage => 'http://www.tnpi.net/wiki/Mail_Toaster',
repository => 'git://github.com/msimerson/Mail-Toaster.git',
},
},
'MIN_PERL_VERSION' => 5.008001,
'BUILD_REQUIRES' => {
},
'PREREQ_PM' => {
# typically included with perl
'Data::Dumper' => 0,
'English' => 0,
'File::Basename' => 0,
'File::stat' => 0,
'Getopt::Long' => 0,
'Pod::Usage' => 0,
'Sys::Hostname' => 0,
# generally CPAN
'CGI' => 1,
'Date::Parse' => 1,
'DateTime' => 0.5,
'DBI' => 1,
'Email::Valid' => 0,
'IO::Socket::SSL' => 0,
'LWP' => 0,
'Net::DNS' => 0.20,
'Mail::Send' => 0,
'Params::Validate' => .7,
'URI' => 0,
'version' => 0,
# 'HTML::Template' => 1, # no longer
},
# 'ENABLES_ADDITIONAL_FEATURES' => {
# 'vpopmail' => 0, # requires vpopmail to be installed
# 'Mail::Ezmlm' => 0, # requires ezmlm to be installed
# },
'TEST_REQUIRES' => {
'Test::Simple' => 0,
},
AUTHOR => 'Matt Simerson (matt@tnpi.net)',
ABSTRACT => 'Mail::Toaster perl programs and modules',
LICENSE => 'bsd',
PL_FILES => {},
# MAN1PODS => [],
dist => { COMPRESS => 'gzip -9f', },
clean => { FILES => [
't/trash', 'pod2htm*', 'html', 'MANIFEST.bak'
],
},
);
sub set_conf_dir {
my $dir = "/usr/local/etc";
if ( $^O eq "darwin" ) { $dir = "/opt/local/etc" }
; # Mac OS X
return $dir;
}
=head1 LICENCE AND COPYRIGHT
Copyright (c) 2004-2013, The Network People, Inc. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of the The Network People, Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVE...
=cut
( run in 1.084 second using v1.01-cache-2.11-cpan-39bf76dae61 )