diff options
Diffstat (limited to 'misc')
-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" |