pkgsrc/devel/ruby-rspec_junit_formatter/Makefile
taca 0d0d13ecc9 Add ruby-rspec_junit_formatter package version 0.2.3.
RSpec 2 & 3 results that Jenkins can read.  Probably a few other CI servers,
too.
2017-06-10 16:25:11 +00:00

15 lines
460 B
Makefile

# $NetBSD: Makefile,v 1.1 2017/06/10 16:25:11 taca Exp $
DISTNAME= rspec_junit_formatter-0.2.3
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"