~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to perl/AnyData_SNMP/Makefile.PL

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
);