pkgsrc/net/ruby-snmp/Makefile
taca aa432a29a5 Update ruby-snmp package to 1.1.0.
== Changes

Changes for version 1.1.0:

* Added MIB support to ObjectId and Varbind, so that to_s can return symbolic information
* Added to_str method to ObjectId to return a numeric OID string (old to_s behavior)
* TrapListener can now support multiple community strings

Changes for version 1.0.4:

* New option handling and added lower-case versions of all options
* Added SNMP::VERSION constant
* Experimental support for IPv6
* Removed support for installation with setup.rb
2011-12-15 15:42:14 +00:00

12 lines
309 B
Makefile

# $NetBSD: Makefile,v 1.4 2011/12/15 15:42:14 taca Exp $
DISTNAME= snmp-1.1.0
CATEGORIES= net
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://snmplib.rubyforge.org/
COMMENT= SNMP library in pure Ruby
LICENSE= gnu-gpl-v2 OR ruby-license
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"