freebsd-ports/devel/rubygem-rspec-logsplit/Makefile
Sunpoet Po-Chuan Hsieh 71ca873ab5 - Add rubygem-rspec-logsplit 0.1.3
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.

WWW: https://github.com/abstractive/rspec-logsplit
2015-07-06 17:39:51 +00:00

19 lines
332 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= rspec-logsplit
PORTVERSION= 0.1.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Log splitter for RSpec
LICENSE= MIT
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>