pkgsrc/devel/hoe/Makefile
taca 157e959ee4 Update hoe to 3.6.2.
=== 3.6.2 / 2013-05-29

* 1 minor enhancement:

  * Um... the default test lib should probably be minitest, not testunit.

=== 3.6.1 / 2013-05-10

* 2 bug fixes:

  * Define a blank test task just in case nothing is found
  * Fixed an ancient test to use capture_subprocess_io. More reliable.

=== 3.6.0 / 2013-04-18

* 5 minor enhancements:

  * Added built-in support for markdown.
  * Renamed rubyforge_name to group_name.
  * Aliased and deprecated rubyforge_name from group_name.
  * Strip <> from parse_urls for markdown style raw urls.
  * intuit_values looks for README.md and History.md as well as txt.

* 1 bug fix:

  * Fix file_name regex for test file. (bhenderson/veganstraightedge)

=== 3.5.3 / 2013-04-09

* 1 minor enhancement:

  * Updated publish plugin to depend on rdoc 4.x.

=== 3.5.2 / 2013-03-18

* 1 bug fix:

  * 1.9: fixed warning of ambiguous args in bin/sow. (amesee)
2013-06-16 14:43:31 +00:00

17 lines
397 B
Makefile

# $NetBSD: Makefile,v 1.30 2013/06/16 14:43:31 taca Exp $
DISTNAME= hoe-3.6.2
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"