pkgsrc/devel/ruby-thor/Makefile
taca 7b04823879 devel/ruby-thor: update to 1.1.0
1.1.0 (2021-01-20)

* Don't use ANSI colors when terminal is dumb.
* Ensure default option/argument is not erroneously aliased.
* Fixes a bug in the calculation of the print_wrapped method.
* Obey :mute and options[:quiet] in Shell#say.
* Support Ruby 3.0.
* Add force option to the gsub_file action.
2021-01-26 15:33:05 +00:00

16 lines
375 B
Makefile

# $NetBSD: Makefile,v 1.13 2021/01/26 15:33:05 taca Exp $
DISTNAME= thor-1.1.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://whatisthor.com/
COMMENT= Scripting framework that replaces rake, sake and rubigen
LICENSE= mit
RUBYGEM_OPTIONS+= --format-executable
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"