Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / perl / AnyData_SNMP / 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'              => 'AnyData::SNMP',
6     'VERSION_FROM'      => 'Storage.pm', # finds $VERSION
7     'PREREQ_PM'         => {# SNMP => 5.0,
8                             AnyData => 0}, # e.g., Module::Name => 1.1
9     'PM'                => { 
10         'Format.pm' => '$(INST_LIBDIR)/Format/SNMP.pm',
11         'Storage.pm' => '$(INST_LIBDIR)/Storage/SNMP.pm',
12     },
13     'EXE_FILES'         => [qw(netsh)]
14 );