blob: b01ac17a7795dc2a110d9a3216b16ff663b20c8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.12 2019/11/04 21:43:47 rillig Exp $
DISTNAME= yard-0.9.20
CATEGORIES= ruby 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"
|