=== 3.16.1 / 2017-07-17 * 2 bug fixes: * Better handling of rdoc finding failures. * Fixed bug making system calls w/ empty string in array? No clue.
15 lines
374 B
Makefile
15 lines
374 B
Makefile
# $NetBSD: Makefile,v 1.40 2017/07/18 15:15:54 taca Exp $
|
|
|
|
DISTNAME= hoe-3.16.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.zenspider.com/projects/hoe.html
|
|
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"
|