Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / perl / manager / Makefile.PL
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
5     'NAME'              => 'NetSNMP::manager',
6     'VERSION'           => '', # finds $VERSION
7     'PREREQ_PM'         => {# SNMP => 4.0,
8                             DBI => 0,
9                             CGI => 0}, # e.g., Module::Name => 1.1
10     'PM'                => { 
11         'displaytable.pm' => '$(INST_LIBDIR)/../displaytable.pm',
12         'getValues.pm' => '$(INST_LIBDIR)/../getValues.pm',
13         'manager.pm' => '$(INST_LIBDIR)/manager.pm'
14     },
15     'EXE_FILES'         => [qw(snmptosql setupdb setupuser setupauth)]
16 );