5a447a3350
=== 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
17 lines
397 B
Makefile
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"
|