aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-simplecov_json_formatter/Makefile
blob: b04fd03b1272df0c6431de4533f4116932e3dbe9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>