The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
## -*- Perl -*-

use ExtUtils::MakeMaker qw(WriteMakefile);

WriteMakefile(NAME	   => "Apache::WebSNMP",
	      DISTNAME	   => "Apache-WebSNMP",
	      VERSION_FROM => "lib/Apache/WebSNMP.pm",
	      dist	   => { COMPRESS => "gzip", SUFFIX => "gz" },
	      ($] >= 5.005 ?
	       (ABSTRACT   => "Embed SNMP get statements into HTML documents",
		AUTHOR	   => "Chris Rigby <chris\@savantnet.com>") : ()),
	      );