=== 2.12.4 / 2011-11-28 * 3 bug fixes: * Fixed Hoe.read_utf to work on both 1.8 and 1.9. Unicode files FTW! (tenderlove) * Moved the rdoc dependency to the publish plugin from hoe-seattlerb. * Only load rdoc once to fix test loading bugs.
21 lines
474 B
Makefile
21 lines
474 B
Makefile
# $NetBSD: Makefile,v 1.19 2011/12/15 15:03:47 taca Exp $
|
|
|
|
DISTNAME= hoe-2.12.4
|
|
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
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
|
|
.if ${RUBY_VER} == "18"
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rake>=0.8.7:../../devel/rake
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|