07ce864683
0.5.0 (2022-01-04) Added * Added support to read outside error count returned from XML formatter (#86) Changed * Moved to GitHub Actions for CI * Test on current Ruby and RSpec versions 0.5.1 (2022-01-06) Fixed * Fixed compatibility with older rubies
15 lines
460 B
Makefile
15 lines
460 B
Makefile
# $NetBSD: Makefile,v 1.5 2022/02/12 13:40:24 taca Exp $
|
|
|
|
DISTNAME= rspec_junit_formatter-0.5.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/sj26/rspec_junit_formatter
|
|
COMMENT= RSpec JUnit XML formatter
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-builder<4:../../textproc/ruby-builder
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rspec-core>=2<4:../../devel/ruby-rspec-core
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|