Mon Jun 8 15:07:55 2015 UTC ()
Allow this package build on Ruby 2.2.


(taca)
diff -r1.7 -r1.8 pkgsrc/net/ruby-net-ping/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/net/ruby-net-ping/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ruby-net-ping/Makefile 2015/02/04 15:58:00 1.7
+++ pkgsrc/net/ruby-net-ping/Makefile 2015/06/08 15:07:55 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.7 2015/02/04 15:58:00 taca Exp $ 1# $NetBSD: Makefile,v 1.8 2015/06/08 15:07:55 taca Exp $
2 2
3DISTNAME= net-ping-1.7.7 3DISTNAME= net-ping-1.7.7
4CATEGORIES= print 4CATEGORIES= print
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= http://www.rubyforge.org/projects/shards 7HOMEPAGE= http://www.rubyforge.org/projects/shards
8COMMENT= Ping interface for Ruby 8COMMENT= Ping interface for Ruby
9LICENSE= mit 9LICENSE= mit
10 10
11RUBY_VERSION_SUPPORTED= 193 200 21 11USE_LANGUAGES= # none
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"