Fri Sep 10 07:37:25 2010 UTC ()
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.


(taca)
diff -r1.10 -r1.11 pkgsrc/net/ruby-icmp/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/net/ruby-icmp/Makefile (expand / switch to unified diff)

--- pkgsrc/net/ruby-icmp/Makefile 2009/02/15 03:27:01 1.10
+++ pkgsrc/net/ruby-icmp/Makefile 2010/09/10 07:37:25 1.11
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1# $NetBSD: Makefile,v 1.10 2009/02/15 03:27:01 taca Exp $ 1# $NetBSD: Makefile,v 1.11 2010/09/10 07:37:25 taca Exp $
2 2
3DISTNAME= icmp-0.2.2 3DISTNAME= icmp-0.2.2
4PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} 
5PKGREVISION= 3 4PKGREVISION= 3
6CATEGORIES= net ruby 5CATEGORIES= net ruby
7MASTER_SITES= http://www.notwork.org/~gotoyuzo/ruby/src/ 6MASTER_SITES= http://www.notwork.org/~gotoyuzo/ruby/src/
8 7
9MAINTAINER= taca@NetBSD.org 8MAINTAINER= taca@NetBSD.org
10HOMEPAGE= # not available 9HOMEPAGE= # not available
11COMMENT= Ruby module for handling ICMP packets 10COMMENT= Ruby module for handling ICMP packets
 11LICENSE= 2-clause-bsd
12 12
13USE_RUBY_SETUP= yes 13USE_RUBY_SETUP= yes
14USE_RUBY_SETUP_PKG= yes 14USE_RUBY_SETUP_PKG= yes
15NO_BUILD= yes 15NO_BUILD= yes
16REPLACE_RUBY= sample/ping.rb sample/traceroute.rb 16REPLACE_RUBY= sample/ping.rb sample/traceroute.rb
17EXAMPLES= sample/ping.rb sample/traceroute.rb 17EXAMPLES= sample/ping.rb sample/traceroute.rb
18INSTALLATION_DIRS= ${RUBY_EG}/icmp ${RUBY_VENDORLIB} 18INSTALLATION_DIRS= ${RUBY_EG}/icmp ${RUBY_VENDORLIB}
19PKG_DESTDIR_SUPPORT= user-destdir 19PKG_DESTDIR_SUPPORT= user-destdir
20 20
21post-install: 21post-install:
22.for f in ${EXAMPLES} 22.for f in ${EXAMPLES}
23 ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${RUBY_EG}/icmp 23 ${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/${RUBY_EG}/icmp
24.endfor 24.endfor