pkgsrc/devel/hoe/Makefile
taca 54cd12208d Update hoe to 3.9.0.
=== today / 3.9.0

* 1 minor enhancement:

  * Added irb task.

* 1 bug fix:

  * Properly constrain rubyforge dependency to avoid warnings. Prolly remove entirely soon. (halostatue)

=== 3.8.1 / 2014-01-22

* 2 minor enhancements:

  * Added C=<#cpus> for minitest parallel testing support.
  * Added test_cmd task to make running tests in subcommands (eg profiling) easy.

* 1 bug fix:

  * Fixed bug when mixing TESTOPTS & N.

=== 3.8.0 / 2014-01-15

* 2 minor enhancements:

  * Change racc plugin to support oedipus_lex, not rexical.
  * Switched .rb to .rex rule to oedipus_lex.

=== 3.7.4 / 2014-01-06

* 1 bug fix:

  * Fix path in template/Rakefile.erb since we now have template styles. (mikestok)

=== 3.7.3 / 2013-12-13

* 1 bug fix:

  * Quell warnings in sow on ruby 2.0. (teoljungberg)

=== 3.7.2 / 2013-12-05

* 1 bug fix:

  * Apparently getting files in a different order on osx on ruby 2.1. (sanemat)
2014-03-14 15:15:18 +00:00

17 lines
397 B
Makefile

# $NetBSD: Makefile,v 1.32 2014/03/14 15:15:18 taca Exp $
DISTNAME= hoe-3.9.0
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://seattlerb.rubyforge.org/hoe/
COMMENT= Rake extension to provide full project automation
LICENSE= mit
CONFLICTS+= ruby[1-9][0-9]-hoe-[0-9]* hoe-[0-9]*
RUBYGEMS_REQD= 1.4
USE_RAKE= RUN
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"