pkgsrc/net/p5-SNMP-Info/Makefile
wiz 9b2c2df2af p5-SNMP-Info: update to 3.52.
version 3.52 (2018-03-19)

  [ENHANCEMENTS]

  * set fallback for nonmatching interfaces in Cumulus class
  * better interface naming for Ubiquiti
  * modify mock utility to work under a perlbrew environment
2018-03-21 12:41:54 +00:00

20 lines
576 B
Makefile

# $NetBSD: Makefile,v 1.32 2018/03/21 12:41:54 wiz Exp $
DISTNAME= SNMP-Info-3.52
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"