pkgsrc/devel/hoe/Makefile
taca 3be89f1640 Update hoe pacakge to 2.12.3.
=== 2.12.3 / 2011-09-06

* 1 bug fix:

  * Hoe was loading rdoc early... delay and isolate will be happier
2011-09-12 11:40:11 +00:00

21 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.18 2011/09/12 11:40:11 taca Exp $
DISTNAME= hoe-2.12.3
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"