16 lines
367 B
Makefile
16 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.34 2015/02/07 14:32:08 taca Exp $
|
|
|
|
DISTNAME= hoe-3.13.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://seattlerb.rubyforge.org/hoe/
|
|
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"
|