summaryrefslogtreecommitdiff
path: root/net/ruby-net-ping
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-06-08 15:07:55 +0000
committertaca <taca@pkgsrc.org>2015-06-08 15:07:55 +0000
commitef53b1494528a18397ab528f2aef9c57ad098012 (patch)
tree667d70c804a9badc7af454e1ce8783a2739b3f0e /net/ruby-net-ping
parentc7f70a544866fb90b40a5459b3732e41fc4508bb (diff)
downloadpkgsrc-ef53b1494528a18397ab528f2aef9c57ad098012.tar.gz
Allow this package build on Ruby 2.2.
Diffstat (limited to 'net/ruby-net-ping')
-rw-r--r--net/ruby-net-ping/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ruby-net-ping/Makefile b/net/ruby-net-ping/Makefile
index 37fa7e86893..372994f8bba 100644
--- a/net/ruby-net-ping/Makefile
+++ b/net/ruby-net-ping/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2015/02/04 15:58:00 taca Exp $
+# $NetBSD: Makefile,v 1.8 2015/06/08 15:07:55 taca Exp $
DISTNAME= net-ping-1.7.7
CATEGORIES= print
@@ -8,7 +8,7 @@ HOMEPAGE= http://www.rubyforge.org/projects/shards
COMMENT= Ping interface for Ruby
LICENSE= mit
-RUBY_VERSION_SUPPORTED= 193 200 21
+USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"