forked from Lainports/opnsense-ports
19 lines
392 B
Makefile
19 lines
392 B
Makefile
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>
|