aboutsummaryrefslogblamecommitdiff
path: root/devel/rubygem-simplecov_json_formatter/Makefile
blob: 7004cb95333c105b7f3f3d18ddf7b50e3699aca7 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

















                                                  
# 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>