pkgsrc/textproc/ruby-yard/Makefile
taca 59e8e40fd9 Update ruby-yard to 0.9.9.
Release v0.9.9				2017/04/23

* Added gem uninstall hooks to remove YARD documentation files. (#1083)
* Added support for C++ namespaces. (#809)
* Fixed issue where loading a .html page via an anchor would not scroll to
  the anchor section. (#1082)
* Hide some Ruby warnings.
* Improve progress indicator icons in terminal.
2017-06-05 15:27:28 +00:00

15 lines
378 B
Makefile

# $NetBSD: Makefile,v 1.6 2017/06/05 15:27:28 taca Exp $
DISTNAME= yard-0.9.9
CATEGORIES= ruby textproc
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://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"