ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-SNMP-XS/Makefile.PL
Revision: 1.1
Committed: Wed Apr 8 10:30:46 2009 UTC (15 years, 2 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-1_1, rel-1_0, rel-1_3, rel-1_2, rel-0_03, rel-0_02
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 use ExtUtils::MakeMaker;
2    
3     WriteMakefile(
4     dist => {
5     PREOP => 'pod2text XS.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
6     COMPRESS => 'gzip -9v',
7     SUFFIX => '.gz',
8     },
9     NAME => "Net::SNMP::XS",
10     VERSION_FROM => "XS.pm",
11     PREREQ_PM => {
12     Guard => 1,
13     Net::SNMP => 18,
14     },
15     );
16