File: Makefile.PL

package info (click to toggle)
libnet-ipv6addr-perl 0.2.dfsg.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 112 kB
  • ctags: 23
  • sloc: perl: 488; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    'NAME'	=> 'Net::IPv6Addr',
    'VERSION_FROM' => 'IPv6Addr.pm', # finds $VERSION
    'PREREQ_PM' => { 
	'Net::IPv4Addr' => 0, 
	'Math::Base85' => 0 
    },
);