Wed May 21 03:10:30 2014 UTC ()
Add some "used by" lines.


(taca)
diff -r1.30 -r1.31 pkgsrc/lang/ruby/Makefile.common

cvs diff -r1.30 -r1.31 pkgsrc/lang/ruby/Makefile.common (expand / switch to unified diff)

--- pkgsrc/lang/ruby/Makefile.common 2014/03/13 17:06:42 1.30
+++ pkgsrc/lang/ruby/Makefile.common 2014/05/21 03:10:30 1.31
@@ -1,25 +1,29 @@ @@ -1,25 +1,29 @@
1# $NetBSD: Makefile.common,v 1.30 2014/03/13 17:06:42 taca Exp $ 1# $NetBSD: Makefile.common,v 1.31 2014/05/21 03:10:30 taca Exp $
2# 2#
3# Ruby base distribution common definition 3# Ruby base distribution common definition
4# used by databases/ruby-gdbm/Makefile 4# used by databases/ruby-gdbm/Makefile
5# used by devel/ruby-curses/Makefile 5# used by devel/ruby-curses/Makefile
6# used by devel/ruby-readline/Makefile 6# used by devel/ruby-readline/Makefile
7# used by devel/ruby-mode/Makefile 7# used by devel/ruby-mode/Makefile
8# used by devel/ruby-fiddle/Makefile 8# used by devel/ruby-fiddle/Makefile
9# used by lang/ruby18/Makefile 9# used by lang/ruby18/Makefile
10# used by lang/ruby18-base/Makefile 10# used by lang/ruby18-base/Makefile
11# used by lang/ruby193/Makefile 11# used by lang/ruby193/Makefile
12# used by lang/ruby193-base/Makefile 12# used by lang/ruby193-base/Makefile
 13# used by lang/ruby200/Makefile
 14# used by lang/ruby200-base/Makefile
 15# used by lang/ruby21/Makefile
 16# used by lang/ruby21-base/Makefile
13# used by textproc/ruby-psych/Makefile 17# used by textproc/ruby-psych/Makefile
14# used by x11/ruby-tk/Makefile 18# used by x11/ruby-tk/Makefile
15# 19#
16# RUBY_EXTNAME 20# RUBY_EXTNAME
17# RUBY_EXTNAME defines name of extension which included in 21# RUBY_EXTNAME defines name of extension which included in
18# the Ruby's distribution file. 22# the Ruby's distribution file.
19# 23#
20 24
21# Ruby's license 25# Ruby's license
22.if ${RUBY_VER} == "18" 26.if ${RUBY_VER} == "18"
23LICENSE= gnu-gpl-v2 OR ruby-license 27LICENSE= gnu-gpl-v2 OR ruby-license
24.else 28.else
25LICENSE= 2-clause-bsd OR ruby-license 29LICENSE= 2-clause-bsd OR ruby-license