File: Makefile.PL

package info (click to toggle)
fwctl 0.25-6
  • links: PTS
  • area: main
  • in suites: potato
  • size: 988 kB
  • ctags: 327
  • sloc: perl: 5,042; sh: 98; makefile: 57
file content (14 lines) | stat: -rw-r--r-- 543 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.06,
				 IPChains => 0,
			       },
	      EXE_FILES => [ qw(fwctl fwctlreport fwctllog fwctlacctreport) ],
);