# SNMP::Info - Makefile.PL # $Id$ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'SNMP::Info', 'VERSION_FROM' => 'Info.pm', 'PREREQ_PM' => { 'Math::BigInt' => 0 # SNMP not available on CPAN . # Install with net-snmp.sourceforge.net # 'SNMP' => '4' }, ($] >= 5.005 ? (ABSTRACT_FROM => 'Info.pm', AUTHOR => 'Max Baker ') : () ), 'PMLIBDIRS' => ['Info','$(BASEEXT)'], ); sub MY::postamble { " .PHONY: readme readme: pod2text -l Info.pm > README" }