The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#
# Copyright (C) 2009  NZ Registry Services
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the Artistic License 2.0 or later.  You should
# have received a copy of the Artistic License the file COPYING.txt.
# If not, see <http://www.perlfoundation.org/artistic_license_2_0>

use inc::Module::Install;

name            ("SRS-EPP-Proxy");
abstract        ("EPP <=> SRS XML proxy server");
author          ("Catalyst SRS Team <team-srs\@catalyst.net.nz>");
version_from	("lib/SRS/EPP/Proxy.pm");
license         ('artistic');

requires        ("perl" => 5.008005);
requires        ("Moose" => 0.54);
requires        ("MooseX::Method::Signatures" => 0);
requires        ("MooseX::Singleton" => 0);
requires        ("Net::SSLeay::OO" => 0);
requires        ("PRANG" => 0.10);
requires        ("XML::SRS" => 0.04);
requires        ("XML::EPP" => 0.04);
requires        ("XML::Assert" => 0.01);
requires        ("Crypt::Password" => 0);
requires        ("Module::Pluggable" => 0);
requires        ("MooseX::SimpleConfig" => 0);
requires        ("MooseX::Getopt" => 0);
requires        ("MooseX::Log::Log4perl" => 0);
requires        ("Log::Dispatch" => 0);
requires        ("MooseX::Daemonize" => 0);
requires        ("Event" => 0);

install_script  ("bin/srs-epp-proxy");

&WriteAll;