4471254059
0.10.1 2017-05-17 ======== ## Bugfixes * circumvent a regression that happens in the new JRuby 9.1.9.0 release. See [#53](https://github.com/colszowka/simplecov-html/pull/53) thanks @koic
14 lines
366 B
Makefile
14 lines
366 B
Makefile
# $NetBSD: Makefile,v 1.8 2017/06/05 14:15:59 taca Exp $
|
|
|
|
DISTNAME= simplecov-html-0.10.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/colszowka/simplecov-html
|
|
COMMENT= Default HTML formatter for SimpleCov code coverage tool
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|