The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#
# $Id: Makefile.PL 2161 2012-09-04 19:13:33Z gomor $
#
use ExtUtils::MakeMaker;

require v5.6.1;

WriteMakefile(
   NAME          => 'Net::SinFP3',
   VERSION_FROM  => 'lib/Net/SinFP3.pm',
   ABSTRACT_FROM => 'lib/Net/SinFP3.pm',
   LICENSE       => 'artistic',
   PREREQ_PM     => {
      Class::Gomor            => 0,
      Data::Dumper            => 0,
      DBD::SQLite             => 0,
      DBI                     => 0,
      Digest::MD5             => 0,
      File::Glob              => 0,
      FindBin                 => 0,
      Frontier::Client        => 0,
      IO::Socket::INET        => 0,
      IO::Socket::INET6       => 0,
      LWP::UserAgent          => 0,
      Net::Frame              => '1.07',
      Net::Frame::Device      => 0,
      Net::Frame::Dump        => '1.09',
      Net::Frame::Layer::IPv6 => 0,
      Net::Frame::Simple      => 0,
      Net::Libdnet            => '0.90',
      Net::Netmask            => 0,
      Net::Write              => 0,
      Net::Write::Fast        => '0.11',
      Parallel::ForkManager   => 0,
      POSIX                   => 0,
      Socket                  => 0,
      Socket6                 => 0,
   },
   EXE_FILES => [ 'bin/sinfp3.pl', 'bin/sinfp3.db', ],
   AUTHOR    => 'GomoR <gomor_at_networecon.com>',
);