summaryrefslogtreecommitdiff
path: root/textproc/ruby-yard/Makefile
blob: 586e309e7bc14959e60fd4b8ebf24017082e97fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $NetBSD: Makefile,v 1.15 2021/01/14 15:05:51 taca Exp $

DISTNAME=	yard-0.9.26
CATEGORIES=	textproc

MAINTAINER=	pkgsrc-users@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"