opnsense-ports/devel/rubygem-rspec_junit_formatter/Makefile
Franco Fichtner 153b229db9 */*: sync with upstream
Taken from: HardenedBSD
2018-05-31 08:24:41 +02:00

21 lines
415 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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:devel/rubygem-rspec-core
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>