2c58b1da2e
Patch provided by Martin Wilke via PR 34382. Changes: * SNMP_Session.pm 1.08: Fixed a bug in the SNMPv2c version of map_table_start_end that would cause errors when the $end argument is actually being used. Thanks to Jan van Keulen for submitting the patch.
21 lines
624 B
Makefile
21 lines
624 B
Makefile
# $NetBSD: Makefile,v 1.16 2006/11/04 11:32:07 obache Exp $
|
|
|
|
DISTNAME= SNMP_Session-1.08
|
|
PKGNAME= p5-SNMP_Session-1.08
|
|
SVR4_PKGNAME= p5sns
|
|
CATEGORIES= net perl5
|
|
MASTER_SITES= http://www.switch.ch/misc/leinen/snmp/perl/dist/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.switch.ch/misc/leinen/snmp/perl/
|
|
COMMENT= Perl5 module providing rudimentary access to remote SNMP agents
|
|
|
|
PERL5_PACKLIST= auto/SNMP_Session/.packlist
|
|
|
|
CONFLICTS+= mrtg-[0-9]*
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PERL5_INSTALLVENDORLIB}/README.SNMP_Session
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|