mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
Changes: https://github.com/codeclimate-community/simplecov_json_formatter/blob/master/CHANGELOG.md
18 lines
299 B
Makefile
18 lines
299 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
|
|
PORTNAME= simplecov_json_formatter
|
|
PORTVERSION= 0.1.4
|
|
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>
|