pkgsrc/net/p5-SNMP-Info/Makefile
wiz fec9b57b70 p5-SNMP-Info: update to 3.53.
Version 3.53 (2018-03-22)

  [NEW FEATURES]

  * #12 add Cisco PortFast support via CiscoStpExtensions::i_faststart_enabled

  [ENHANCEMENTS]

  * Report serial/version on Netgear FSM (paecker)
  * Add test harness and expand developer test coverage
  * Add back the base (RFC) MIBs for when net-snmp does not have them builtin

  [BUG FIXES]

  *  Fix AUTOLOAD / can() bug that could result in DESTROY being redefined and
     dynamic methods not being added to the symbol table.
2018-03-25 15:44:54 +00:00

20 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.33 2018/03/25 15:44:54 wiz Exp $
DISTNAME= SNMP-Info-3.53
PKGNAME= p5-${DISTNAME}
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/}
MAINTAINER= bouyer@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/SNMP-Info/
#HOMEPAGE= http://snmp-info.sourceforge.net/
COMMENT= Perl5 object oriented interface to SNMP informations
LICENSE= modified-bsd
DEPENDS+= net-snmp>=5.1.2:../../net/net-snmp
PERL5_PACKLIST= auto/SNMP/Info/.packlist
PERL5_MODULE_TYPE= Module::Build
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"