73d99814e0
=== 1.6.0 / 2008-06-18 * 1 minor enhancement * blog categories! Defaults to array with project's name. Thanks Aaron! === 1.5.3 / 2008-05-20 * 1 Bug Fix * hoe really really needs better tests. I suck. :/ === 1.5.2 / 2008-05-20 * 4 Minor Enhancements: * Added multiruby_skip attribute for 'rake multi' version invalidation. * Improved error messages when files are missing. * Added rubygems post_install_message accessor. Thanks to Dr. Nic. * Cleaned up alternative_name... I didn't get it. * 1 Bug Fix: * Removed require of rake/contrib/sshpublisher to fix 1.9.
14 lines
396 B
Makefile
14 lines
396 B
Makefile
# $NetBSD: Makefile,v 1.3 2008/06/22 15:55:26 taca Exp $
|
|
|
|
DISTNAME= hoe-1.6.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://seattlerb.rubyforge.org/hoe/
|
|
COMMENT= Rake extension to provide full project automation
|
|
|
|
DEPENDS+= rake>=0.8.1:../../devel/rake
|
|
DEPENDS+= rubyforge>=0.4.4:../../devel/rubyforge
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|