opnsense-ports/devel/rubygem-rspec_junit_formatter/Makefile
Franco Fichtner c0b97a8105 */*: sync with upstream
Taken from: FreeBSD
2023-01-16 20:20:04 +01:00

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>