
use ExtUtils::MakeMaker;

# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    NAME         => 'Zymonic::Decryptor',
    VERSION_FROM => 'lib/Zymonic/Decryptor.pm',                              # finds \$VERSION
    AUTHOR       => 'Alex Masidlover et al. (alex.masidlover@zednax.com)',
    ABSTRACT     => 'Zymonic Decryptor Client and Server Daemon',
    PREREQ_PM    => {
        'Test::Simple'           => 0.44,                                    # license as perl
        'IO::Socket::SSL'        => 0,                                       # license as perl
        'Storable'               => 0,                                       # license as perl
        'Crypt::OpenSSL::RSA'    => 0,                                       # ?
        'Crypt::CBC'             => 0,                                       # license as perl
        'MIME::Base64'           => 0,                                       # license as perl
        'Net::hostent'           => 0,                                       # license as perl
        'Module::Reload'         => 0,                                       # license as perl
        'Socket6'                => 0,                                       # ?
        'IO::Socket::INET6'      => 0,                                       # license as perl
        'Crypt::OpenSSL::Bignum' => 0,                                       # ?
        'File::Slurp'                => 0,                                   # license as Perl
    },
);
