38e3b69e7b
Changes for version 1.2.0: * Removed support for Ruby 1.8 * Changed license to MIT License
14 lines
322 B
Makefile
14 lines
322 B
Makefile
# $NetBSD: Makefile,v 1.6 2015/02/04 16:05:49 taca Exp $
|
|
|
|
DISTNAME= snmp-1.2.0
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://snmplib.rubyforge.org/
|
|
COMMENT= SNMP library in pure Ruby
|
|
LICENSE= mit
|
|
|
|
RUBY_VERSION_SUPPORTED= 200 193 21
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|