pkgsrc/devel/hoe/Makefile
taca 5a447a3350 Update hoe to 3.0.6.
=== 3.0.6 / 2012-05-15

* 1 minor enhancement:

  * Added install_plugins to the newb task

=== 3.0.5 / 2012-05-07

* 1 bug fix:

  * Fixed ridocs argument handling (erikh)

=== 3.0.4 / 2012-05-01

* 1 bug fix:

  * Removed rubygems/deprecated and rolled my own for users on older rubygems
2012-06-01 14:29:01 +00:00

17 lines
397 B
Makefile

# $NetBSD: Makefile,v 1.24 2012/06/01 14:29:01 taca Exp $
DISTNAME= hoe-3.0.6
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"