pkgsrc/devel/hoe/Makefile
taca 588264017c Update hoe to 3.16.1.
=== 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.
2017-07-18 15:15:54 +00:00

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"