aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-simplecov/Makefile
blob: 4a40c3cc1b81a98bce44ae8f2bd32edd61ec2ebd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	simplecov
PORTVERSION=	0.16.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	ruby@FreeBSD.org
COMMENT=	Powerful configuration library and automatic merging of coverage across test suites

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-docile>=1.1:devel/rubygem-docile \
		rubygem-json>=1.8:devel/rubygem-json \
		rubygem-simplecov-html>=0.10.0:textproc/rubygem-simplecov-html

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem

.include <bsd.port.mk>