Update ruby-yard to 0.9.25. # 0.9.25 - May 3rd, 2020 [0.9.25]: https://github.com/lsegal/yard/compare/v0.9.24...v0.9.25 - Fix parsing issue with conditional blocks mixed with conditional modifiers. (#1308, #1324, #1326, #1327) - Add table of contents IDs to redcarpet generated markdown. (#1323) - Backport fixes for Ruby 1.9 (#1320) - Fix parsing of checksums in yard server (#1301) - Map Ruby C variable error names to Ruby classes (#1270, #1275) - Fix initialization of RDocMarkup across threads (#1318) - Remove warning for Kernel#open (#1312) - Omit spec files in gem package (#1307) - README updates (#1322)
15 lines
383 B
Makefile
15 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.14 2020/05/09 06:00:41 taca Exp $
|
|
|
|
DISTNAME= yard-0.9.25
|
|
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"
|