pkgsrc/devel/hoe/Makefile
taca 597c3b93f2 Update hoe package to 2.7.0.
=== 2.7.0 / 2010-11-15

* 2 minor enhancements:

  * Added new plugin: gem_prelude_sucks. (jbarnette)
    * Activate under 1.9 if you don't want it messing with you.
  * Added rspec2 support (bleything)

* 1 bug fix:

  * require uri in hoe/deps (raggi)
2010-12-04 03:50:20 +00:00

16 lines
431 B
Makefile

# $NetBSD: Makefile,v 1.10 2010/12/04 03:50:20 taca Exp $
DISTNAME= hoe-2.7.0
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]*
DEPENDS+= ${RUBY_PKGPREFIX}-rubyforge>=2.0.4:../../devel/rubyforge
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"