diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-24 08:17:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-24 08:17:45 +0000 |
commit | ac7c34b4ca08520168a65385670dcce8438349e1 (patch) | |
tree | e845c5508d1900b78d27f57676ed726cd928a25d | |
parent | 412838c687d4a9ccf673a0f7f3d46c3998291910 (diff) | |
download | pkgsrc-ac7c34b4ca08520168a65385670dcce8438349e1.tar.gz |
Mark as allowing ruby18 as well.
-rw-r--r-- | misc/ruby-progressbar/Makefile | 4 |
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" |