freebsd-ports/sysutils/rubygem-guard-minitest/Makefile
Sunpoet Po-Chuan Hsieh 5c2d25c859 - Add rubygem-guard-minitest 2.2.0
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
2014-02-23 15:15:00 +00:00

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>