b9b4ccccda
Switched the gemspec based build. 2.5.0: - Add extra dirs to rcov include path if needed. - Added Hoe#dependency_target to make dependencies easier to declare. - Added extra doco to describe how auto-population works. - Added more doco to readme. - Don’t bother posting news to rubyforge. - Hoe::Inline plugin now deals with X::Y by flattening the name. - Merged some of Hoe.pdf to README.txt and further improved doco. - Pushed gemcutter & rubyforge dependencies down to the plugins. - Fix perms on Hoe.pdf after copying. - Fixed Hoe rdoc problem caused by gemcutter plugin. 2.4.0 - Added Hoe.pdf - Added gemcutter plugin (raggi) - Added newb plugin. (jbarnette) - Improved README.txt - Improved rdoc - Refactored rubyforge task to plugin. (jbarnette)
17 lines
431 B
Makefile
17 lines
431 B
Makefile
# $NetBSD: Makefile,v 1.6 2010/03/08 12:39:32 fhajny Exp $
|
|
|
|
DISTNAME= hoe-2.5.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://seattlerb.rubyforge.org/hoe/
|
|
COMMENT= Rake extension to provide full project automation
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= rake>=0.8.7:../../devel/rake
|
|
DEPENDS+= rubyforge>=2.0.3:../../devel/rubyforge
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|