a08635a83b
3.23.0 (2021-05-29) 2 minor enhancements: * Bump racc (plugin) dependency. * Removed ruby18! and ruby19! methods. ugh
16 lines
385 B
Makefile
16 lines
385 B
Makefile
# $NetBSD: Makefile,v 1.56 2021/05/30 09:09:29 taca Exp $
|
|
|
|
DISTNAME= hoe-3.23.0
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://www.zenspider.com/projects/hoe.html
|
|
COMMENT= Rake extension to provide full project automation
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # empty
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|