21 lines
484 B
Makefile
21 lines
484 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= guard-rspec
|
|
PORTVERSION= 4.2.10
|
|
CATEGORIES= sysutils rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Guard::RSpec automatically run your specs (much like autotest)
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-guard>=2.1:${PORTSDIR}/sysutils/rubygem-guard \
|
|
rubygem-rspec>=2.14:${PORTSDIR}/devel/rubygem-rspec
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|