summaryrefslogtreecommitdiff
path: root/textproc/ruby-diff-lcs
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/ruby-diff-lcs')
-rw-r--r--textproc/ruby-diff-lcs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/ruby-diff-lcs/Makefile b/textproc/ruby-diff-lcs/Makefile
index 8fd040cb7a6..10157d1d2d9 100644
--- a/textproc/ruby-diff-lcs/Makefile
+++ b/textproc/ruby-diff-lcs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/03/14 18:08:39 taca Exp $
+# $NetBSD: Makefile,v 1.8 2015/03/08 14:10:22 taca Exp $
DISTNAME= diff-lcs-1.2.5
CATEGORIES= textproc
@@ -8,5 +8,7 @@ HOMEPAGE= http://rubyforge.org/projects/ruwiki/
COMMENT= Diff library for Ruby
LICENSE= gnu-gpl-v2 OR artistic OR ruby-license
+RUBY_VERSION_SUPPORTED= 200 193 18 21
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"