summaryrefslogtreecommitdiff
path: root/textproc/ruby-yard/Makefile
blob: 321cdc12a5b30c25ec741fbd246df3455ee12a51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.7 2017/09/04 18:08:29 wiz Exp $

DISTNAME=	yard-0.9.9
CATEGORIES=	ruby textproc

MAINTAINER=	rodent@NetBSD.org
HOMEPAGE=	https://yardoc.org/
COMMENT=	Documentation generation tool for the Ruby programming language
LICENSE=	mit

USE_LANGUAGES=	# none
RUBYGEM_OPTIONS+=	--format-executable

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"