summaryrefslogtreecommitdiff
path: root/textproc/ruby-diff-lcs
diff options
context:
space:
mode:
authortaca <taca>2015-03-08 14:10:21 +0000
committertaca <taca>2015-03-08 14:10:21 +0000
commit06606012c330ae7e9c65a030104165ab7d3e880b (patch)
treeab875859124dac9d885376b6fc90d7f0bf26d5a1 /textproc/ruby-diff-lcs
parent1aa8db6d47084f08937b13ac1e6afdcc409681b3 (diff)
downloadpkgsrc-06606012c330ae7e9c65a030104165ab7d3e880b.tar.gz
Explicitly allow build with Ruby 1.8.7.
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"