=== 3.17.0 / 2018-03-17 * 2 minor enhancements: * Added task check_key to see if your signing cert is expired or not. * Bump rdoc dependency to range from 4.x to 5.x. * 1 bug fix: * Fixed ridocs rake task.
15 lines
374 B
Makefile
15 lines
374 B
Makefile
# $NetBSD: Makefile,v 1.42 2018/03/21 13:51:13 taca Exp $
|
|
|
|
DISTNAME= hoe-3.17.0
|
|
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"
|