pkgsrc/net/p5-SNMP-Info/Makefile
hiramatsu 54084b3c67 Update p5-SNMP-Info to 2.06.
Changes from previous:
version 2.06 (2011-09-28)

    [NEW FEATURES]

    * Support for PacketFront devices in new class L3::PacketFront
    * Support for Mikrotik devices in new class L3::Mikrotik
    * Support for HP VirtualConnect switches in new class L2::HPVC
    * Support for ADSL-LINE-MIB in new class AdslLine

    [ENHANCEMENTS]

    * POD clarification on i_speed() munging by Info.pm
    * Added i_stack_status method that can be used for finding the parent
      interface for e.g. ADSL interface speed determination

    [BUG FIXES]

    * [3344843] Fix returning serial() and os_ver() for web-managable HP
      switches, introduced by HP/HP4000 class split, reported by J R Binks
    * [2809033] Put L2-only Cisco blade switches in L3::C6500
    * [3408506] Fix uninitialized value in IPv6 when neighbor state is
      incomplete (Michael Borgelt)

version 2.05 (2011-06-23)
    + Fix broken function call in L2::Aironet
    + Promote L2::Aruba to L3::Aruba, as Aruba devices can be L3 entities and
      provide L3 information.
2011-11-18 08:28:42 +00:00

23 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.13 2011/11/18 08:28:42 hiramatsu Exp $
#
DISTNAME= SNMP-Info-2.06
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5sni
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
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= net-snmp>=5.1.2:../../net/net-snmp
PERL5_PACKLIST= auto/SNMP/Info/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"