summaryrefslogtreecommitdiff
path: root/net/p5-SNMP-Info/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-17 21:34:44 +0000
committerwiz <wiz@pkgsrc.org>2017-09-17 21:34:44 +0000
commit3ca4239118b256a15faf8c28a20b911d3539be1f (patch)
tree83ed4ebc83f2a3677d203f4e997dca42b4747981 /net/p5-SNMP-Info/Makefile
parent8eeef365063eed02dbbb803dbcd3834182263437 (diff)
downloadpkgsrc-3ca4239118b256a15faf8c28a20b911d3539be1f.tar.gz
p5-SNMP-Info: update to 3.37.
version 3.37 (2017-07-11) [ENHANCEMENTS] * Layer3::Juniper fixed to return os_ver for JUNOS 14.x and higher version 3.36 (2017-06-28) [ENHANCEMENTS] * Migrate to Module::Build for distribution maintenance version 3.35 (2017-06-28) [ENHANCEMENTS] * Include loading of LLDP-EXT-MED-MIB in LLDP.pm [BUG FIXES] * #180 support CiscoConfig on Nexus (sf.net:scratchfury) * #50 remove interface specific part from vrf interfaces on IOS (W. Vandersmissen) * #211 f5 class should respect UseEnums when faking i_type version 3.34 (2016-11-20) [ENHANCEMENTS] * Support Cisco IPS Modules homed on the Cisco ASA (M. Kraus) [BUG FIXES] * Serial number on Nexus 9372 (genereic check for ID before using) (M. Caines)
Diffstat (limited to 'net/p5-SNMP-Info/Makefile')
-rw-r--r--net/p5-SNMP-Info/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/p5-SNMP-Info/Makefile b/net/p5-SNMP-Info/Makefile
index 3834e0f59fd..cac606d661e 100644
--- a/net/p5-SNMP-Info/Makefile
+++ b/net/p5-SNMP-Info/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2017/06/05 14:24:24 ryoon Exp $
-#
+# $NetBSD: Makefile,v 1.25 2017/09/17 21:34:44 wiz Exp $
-DISTNAME= SNMP-Info-3.33
+DISTNAME= SNMP-Info-3.37
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=SNMP/}
@@ -16,6 +14,7 @@ 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"