aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-rspec_junit_formatter/Makefile
blob: d72da2f9ed05b2299d766d962c2845dea36b14c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	rspec_junit_formatter
PORTVERSION=	0.4.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Formatter of RSpec results for Jenkins

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-rspec-core>=2.12.0<4:devel/rubygem-rspec-core

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>