0.1.3 (2021-05-02) Bugfixes * avoid emitting warnings when ruby is run with -w #1 @flavorjones
14 lines
361 B
Makefile
14 lines
361 B
Makefile
# $NetBSD: Makefile,v 1.2 2021/06/01 15:35:21 taca Exp $
|
|
|
|
DISTNAME= simplecov_json_formatter-0.1.3
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/fede-moya/simplecov_json_formatter
|
|
COMMENT= JSON formatter for SimpleCov
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|