pkgsrc/devel/ruby-rspec-logsplit/Makefile
taca c88f8f0dc9 Add ruby-rspec-logsplit, required by new version of ruby-celluloid.
Separate the logs between examples to allow for easier understanding.
# Log Splitter for RSpec

This `RSpec` plugin allows you to change the logger for your library for each
separate example. This gives the ability to see the log output for each
specific test.
2015-09-13 14:02:13 +00:00

12 lines
316 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/09/13 14:02:13 taca Exp $
DISTNAME= rspec-logsplit-0.1.3
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/abstractive/rspec-logsplit
COMMENT= New logger for each example
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"