pkgsrc/devel/ruby-thor/Makefile
taca a1b0e138c4 Update ruby-thor to 0.20.0.
0.20.0							2017/08/16

* Add check_default_type! to check if the default value of an option matches
  the defined type. It removes the warning on usage and gives the command
  authors the possibility to check for programming errors.

* Add disable_required_check! to disable check for required options in some
  commands. It is a substitute of disable_class_options that was not working
  as intended.

* Add inject_into_module.
2017-09-10 13:36:01 +00:00

16 lines
392 B
Makefile

# $NetBSD: Makefile,v 1.9 2017/09/10 13:36:01 taca Exp $
DISTNAME= thor-0.20.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://whatisthor.com/
COMMENT= Scripting framework that replaces rake, sake and rubigen
LICENSE= mit
CONFLICTS+= ruby[1-9][0-9]-thor-[0-9]*
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"