File: Makefile.PL

package info (click to toggle)
ndiff 0.05beta4-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge
  • size: 300 kB
  • ctags: 254
  • sloc: perl: 1,806; makefile: 56
file content (43 lines) | stat: -rw-r--r-- 1,300 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
use ExtUtils::MakeMaker;

WriteMakefile
(
 'NAME'      => 'NDiff',
 'PM' => 
 {
     'DataStore.pm'       => '$(INST_LIBDIR)/PortScan/DataStore.pm',
     'NmapFile.pm'        => '$(INST_LIBDIR)/PortScan/NmapFile.pm',
     'PortSpec.pm'        => '$(INST_LIBDIR)/PortScan/PortSpec.pm',
     'ScanComparison.pm'  => '$(INST_LIBDIR)/PortScan/ScanComparison.pm',
     'ScanContext.pm'     => '$(INST_LIBDIR)/PortScan/ScanContext.pm',
     'ScanSet.pm'         => '$(INST_LIBDIR)/PortScan/ScanSet.pm',
     'ScannedHost.pm'     => '$(INST_LIBDIR)/PortScan/ScannedHost.pm',
     'IPAddress.pm'       => '$(INST_LIBDIR)/PortScan/IPAddress.pm',
     'SetOps.pm'          => '$(INST_LIBDIR)/PortScan/SetOps.pm',
     'ndiff.conf.sample'  => '$(INST_LIBDIR)/PortScan/ndiff.conf.sample',
 },
 EXE_FILES => [ "ndiff", "ngen", "nrun", "ndiff2html" ],
 MAN3PODS => { "NDiff_Quickstart.pod" => '$(INST_MAN3DIR)/NDiff_Quickstart.3' },
 NEEDS_LINKING => 0,
 VERSION => '0.05beta4',
 ($] ge '5.005')
 ? (
    AUTHOR => 'James Levine (jdl@vinecorp.com)',
    ABSTRACT
    => 'Tools for storing/retrieving results of nmap scans, and generating deltas between them.',
    )
 : (),
 );                    






#        'dist' => {COMPRESS => 'gzip -9f', SUFFIX => 'gz'},
#    'VERSION_FROM' => '', # finds $VERSION