diff options
author | taca <taca@pkgsrc.org> | 2015-06-08 15:09:20 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-06-08 15:09:20 +0000 |
commit | 92bf82ec09331d173d9a5acd16f2e28328c647a2 (patch) | |
tree | cdfb7ca53875f2f0710975f216e036a3f51b36f1 /net/ruby-snmp | |
parent | 031e88f83b90f48864d79c7a380e24d944ec3e52 (diff) | |
download | pkgsrc-92bf82ec09331d173d9a5acd16f2e28328c647a2.tar.gz |
Allow this package build on Ruby 2.2.
Diffstat (limited to 'net/ruby-snmp')
-rw-r--r-- | net/ruby-snmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ruby-snmp/Makefile b/net/ruby-snmp/Makefile index eef860c48f8..e620e77ed7c 100644 --- a/net/ruby-snmp/Makefile +++ b/net/ruby-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2015/02/04 16:05:49 taca Exp $ +# $NetBSD: Makefile,v 1.7 2015/06/08 15:09:20 taca Exp $ DISTNAME= snmp-1.2.0 CATEGORIES= net @@ -8,7 +8,7 @@ HOMEPAGE= http://snmplib.rubyforge.org/ COMMENT= SNMP library in pure Ruby LICENSE= mit -RUBY_VERSION_SUPPORTED= 200 193 21 +USE_LANGUAGES= # none .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" |