rspamd/perl/Makefile.PL.in
Vsevolod Stakhov dcdcecb499 * Add ability to specify many redirector hosts and choose them round-robin
* Fix ip address parsing in redirector config
* Fix logic of checking url in redirector if its domain is in exceptions list
* Add dependencies in perl module (suggested by AZ)
* Add BUILD_PORT define for skipping installation of FreeBSD rc scrips (suggested by AZ)
* Change version of 0.3.3
2010-10-01 19:01:28 +04:00

12 lines
288 B
Makefile

use ExtUtils::MakeMaker;
WriteMakefile(
AUTHOR => 'Vsevolod Stakhov <vsevolod@highsecure.ru>',
VERSION_FROM => 'lib/Mail/Rspamd/Client.pm', # finds $VERSION
PREREQ_PM => {
"IO::String" => 0,
"Term::ReadKey" => 0,
"XML::Parser" => 0,
"IO::Socket" => 0,
},
);