pkgsrc/devel/hoe/Makefile
taca c2d0490809 devel/hoe: update to 3.18.0
=== 3.18.0 / 2019-05-25

* 1 major enhancement:

  * Added Minitest::TestTask (will move to minitest proper soon)

* 8 minor enhancements:

  * Added 'multiruby_skip' config so it can be in global ~/.hoerc.
  * Added Hoe.include_dirs to allow tasks to probe directly.
  * Added X=exclude_pattern to the test plugin. Can be used in conjunction with N=select_pattern.
  * Deprecated Hoe::Test.make_test_cmd      (argue with me!)
  * Deprecated Hoe::Test.try_loading_rspec  (argue with me!)
  * Deprecated Hoe::Test.try_loading_rspec2 (argue with me!)
  * Deprecated testunit support             (argue with me!)
  * Switched normally hoe-generated test tasks over to use Minitest::TestTask.

* 1 bug fix:

  * Fixed incompatibility with rubygems 3.x. (drbrain)
2019-09-13 15:37:04 +00:00

15 lines
374 B
Makefile

# $NetBSD: Makefile,v 1.45 2019/09/13 15:37:04 taca Exp $
DISTNAME= hoe-3.18.0
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://www.zenspider.com/projects/hoe.html
COMMENT= Rake extension to provide full project automation
LICENSE= mit
USE_RAKE= RUN
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"