pkgsrc/devel/hoe/Makefile
taca dc686aeca3 devel/hoe: update to 3.17.0
=== 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.
2018-03-21 13:51:13 +00:00

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"