aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rubygem-guard-rspec/Makefile
blob: 643cf0bcf869ad9f00026301265c3a4a930ec0f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>