pkgsrc/textproc/ruby-yard/Makefile

16 lines
383 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.14 2020/05/09 06:00:41 taca Exp $
DISTNAME= yard-0.9.25
CATEGORIES= textproc
2017-09-16 21:26:41 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
2017-09-04 20:08:18 +02:00
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"