blob: f2e51557e73f34a2d1beb68937cfd60adf8f3aa4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.17 2022/08/30 15:47:42 taca Exp $
DISTNAME= yard-0.9.28
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"
|