blob: 788e43f1795179e7ea1bd08e593b21ff92f686c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= rspec_junit_formatter
PORTVERSION= 0.6.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Formatter of RSpec results for Jenkins
WWW= https://github.com/sj26/rspec_junit_formatter
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-rspec-core>=2.12.0<4:devel/rubygem-rspec-core
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|