Guard::Minitest allows to automatically & intelligently launch tests with the minitest framework when files are modified. WWW: https://github.com/guard/guard-minitest RG: https://rubygems.org/gems/guard-minitest
21 lines
477 B
Makefile
21 lines
477 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= guard-minitest
|
|
PORTVERSION= 2.2.0
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Automatically run your tests with Minitest framework
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-guard>=2:${PORTSDIR}/sysutils/rubygem-guard \
|
|
rubygem-minitest>=3:${PORTSDIR}/devel/rubygem-minitest
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|