pkgsrc/devel/hoe/Makefile
taca 6477d8c7fe Update hoe to 3.13.1.
pkgsrc change: reduce conflicts between different Ruby version and introduce
	       pkg_alternatives support.

=== 3.13.1 / 2015-02-03

* 1 bug fix:

  * Remove deprecated test_files from spec. (igas)
2015-02-07 14:32:08 +00:00

15 lines
367 B
Makefile

# $NetBSD: Makefile,v 1.34 2015/02/07 14:32:08 taca Exp $
DISTNAME= hoe-3.13.1
CATEGORIES= devel
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://seattlerb.rubyforge.org/hoe/
COMMENT= Rake extension to provide full project automation
LICENSE= mit
USE_RAKE= RUN
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"