summaryrefslogtreecommitdiff
path: root/misc/ruby-progressbar
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-01-24 08:17:45 +0000
committerwiz <wiz@pkgsrc.org>2016-01-24 08:17:45 +0000
commitac7c34b4ca08520168a65385670dcce8438349e1 (patch)
treee845c5508d1900b78d27f57676ed726cd928a25d /misc/ruby-progressbar
parent412838c687d4a9ccf673a0f7f3d46c3998291910 (diff)
downloadpkgsrc-ac7c34b4ca08520168a65385670dcce8438349e1.tar.gz
Mark as allowing ruby18 as well.
Diffstat (limited to 'misc/ruby-progressbar')
-rw-r--r--misc/ruby-progressbar/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ruby-progressbar/Makefile b/misc/ruby-progressbar/Makefile
index 78ee0d3a082..a48a61214b7 100644
--- a/misc/ruby-progressbar/Makefile
+++ b/misc/ruby-progressbar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2016/01/20 22:57:38 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2016/01/24 08:17:45 wiz Exp $
DISTNAME= ruby-progressbar-1.7.5
PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/}
@@ -9,5 +9,7 @@ HOMEPAGE= https://github.com/jfelchner/ruby-progressbar
COMMENT= Text Progress Bar Library for Ruby
LICENSE= mit
+RUBY_VERSION_SUPPORTED= 18 200 21 22 23
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"