Changes for version 1.3.1: * Cleaned up deprecation warnings * Fixed SNMP::Integer#<=> method for Ruby 2.3.0 and later * Removed artificial limit on number of non-repeaters for GetBulkRequest * SNMP::BER module no longer pollutes global namespace
14 lines
310 B
Makefile
14 lines
310 B
Makefile
# $NetBSD: Makefile,v 1.9 2018/09/23 16:00:49 taca Exp $
|
|
|
|
DISTNAME= snmp-1.3.1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
#HOMEPAGE= http://snmplib.rubyforge.org/
|
|
COMMENT= SNMP library in pure Ruby
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|