freebsd-ports/devel/rubygem-simplecov_json_formatter/Makefile
Po-Chuan Hsieh 6fa61161c9
devel/rubygem-simplecov_json_formatter: Add rubygem-simplecov_json_formatter 0.1.3
JSON formatter for SimpleCov generates a formatted JSON report of your SimpleCov
ruby code coverage results.

WWW: https://github.com/codeclimate-community/simplecov_json_formatter
2021-07-06 22:54:47 +08:00

18 lines
299 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= simplecov_json_formatter
PORTVERSION= 0.1.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= JSON formatter for SimpleCov
LICENSE= MIT
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>