pkgsrc/devel/ruby-thor/Makefile
taca c12c920730 devel/ruby-thor: update to 0.20.3
# 0.20.3
* Support old versions of `did_you_mean`.

# 0.20.2
* Fix `did_you_mean` support.
2018-12-17 14:57:05 +00:00

18 lines
416 B
Makefile

# $NetBSD: Makefile,v 1.10 2018/12/17 14:57:05 taca Exp $
DISTNAME= thor-0.20.3
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
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"