
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::Superset',
    VERSION_FROM => 'lib/Zymonic/Toolkit/Superset.pm',                               # finds \$VERSION
    AUTHOR       => 'Alex Masidlover et al. (alex.masidlover@zednax.com)',
    ABSTRACT     => 'Zymonic Superset integration',
    PREREQ_PM    => {
        'Zymonic'        => 0,
        'XML::Simple'    => 0,                                               # license as perl
        'URI::Encode'    => 0,                                               # license as perl
        'IPC::SysV'      => 0,                                               # license as perl
        'IPC::SharedMem' => 0,                                               # license as perl
        'Digest::MD5'    => 0,                                               # license as perl
    },
);
