pkgsrc/net/p5-SNMP-Info/Makefile
sno ab9424aa65 Updating net/p5-SNMP-Info from 2.00nb1 to 2.01
pkgsrc changes:
  - Adding license definition

Upstream changes:
version 2.01 (06/12/09)
    + Added CiscoStpExtensions Class (Carlos Vicente)
    + Added Layer3::Arista (fenner)
    + [2020353] Added L3::Altiga for Cisco (Altiga) VPN3000 Concentrators
                (Jeroen van Ingen)

    * Fixed RFC1213-MIB vs IF-MIB collision in ifOperStatus
    * Updated test_class.pl for better debug info and relative path
    * Add cisco vendor detection by OID in Layer3.pm (Sam Stickland)
    * Fix CaSe of EtherLike-MIB in EtherLike.pm (Alexander Hartmaier)
    * Added Cisco FWSM to L3::Cisco
    * Added s222_rp to L3::C6500
    * Added CIGESM to L2::C2900
    * Added Airespace WLC to L2::Airespace
    * Updated POD and DeviceMatrix quite a bit
    * Added ENTITY-MIB to CiscoStats for better model handling above
    * Fix networkaddress handling in LLDP-MIB
    * Added CiscoConfig to L2::Aironet, L3::C3550  classes
    * Better SSID capabilities for L2::Aironet
    * Fix CDP vs LLDP in c_id() for HP Class
    * test_class.pl improvements
2009-09-22 20:29:13 +00:00

23 lines
599 B
Makefile

# $NetBSD: Makefile,v 1.9 2009/09/22 20:29:13 sno Exp $
#
DISTNAME= SNMP-Info-2.01
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"