The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
	      NAME	    => 'Fwctl',
	      AUTHOR	   => 'Francis J. Lacoste <francis.lacoste\@iNsu.Com>',
	      ABSTRACT_FROM => 'Fwctl.pm',
	      VERSION_FROM  => 'Fwctl.pm', # finds $VERSION
		  PMLIBDIRS     => [ qw( Fwctl IPChains ) ],
	      PREREQ_PM	    => { Net::IPv4Addr => 0.09,
				 IPChains => 0,
			       },
	      EXE_FILES => [ qw(fwctl fwctlreport fwctllog fwctlacctreport) ],
);