0.9.27 (2021-11-29) * Add support for Ruby 3.0 endless method definitions. (#1376, #1381) * Add existence check for README file (#1367) * Support module_function decorator (#1365) * Add CommonMarker markup support (-m commonmarker) (#1157, #1388) * Fix nested array parsing (#1389) * Add WEBrick as a runtime dependency for Ruby 3.0 support (#1400) * Support fail_on_warning option in yard stats command (#1392) * Better integration with Sorbet (#1401) * Handle include mixins on complex paths (#1386) * Fix @!scope maintaining state in lone comment blocks (#1411) * Remove support for Travis CI
15 lines
383 B
Makefile
15 lines
383 B
Makefile
# $NetBSD: Makefile,v 1.16 2021/12/11 14:41:21 taca Exp $
|
|
|
|
DISTNAME= yard-0.9.27
|
|
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"
|