pkgsrc/misc/ruby-progressbar/Makefile
taca 37554520bc misc/ruby-progressbar: update to 1.10.1
Update ruby-progressbar to 1.10.1.
pkgsrc change: add "USE_LANGAUGES=	# none".


Version v1.10.1 - May 27, 2019

Change

* Make Extra Sure We're Not Loading Ruby's Time Class

Fix

* CHANGELOG URI in both gemspecs to point to master CHANGELOG.md
* Ruby 1.8/1.9 IO Doesn't Respond to winsize

Remove

* allowed_push_host From gemspecs
2020-03-23 17:15:56 +00:00

15 lines
403 B
Makefile

# $NetBSD: Makefile,v 1.20 2020/03/23 17:15:57 taca Exp $
DISTNAME= ruby-progressbar-1.10.1
PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/}
CATEGORIES= misc ruby
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/jfelchner/ruby-progressbar
COMMENT= Text Progress Bar Library for Ruby
LICENSE= mit
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"