aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rubygem-guard-rspec/Makefile
blob: 924de1bf86ce1caa0772a13d2847de10703c1420 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$

PORTNAME=   guard-rspec
PORTVERSION=    2.0.0
CATEGORIES= sysutils rubygems
MASTER_SITES=   RG

MAINTAINER= sunpoet@FreeBSD.org
COMMENT=    Guard::RSpec automatically run your specs (much like autotest)

RUN_DEPENDS=    rubygem-guard>=1.1:${PORTSDIR}/sysutils/rubygem-guard \
        rubygem-rspec>=2.11:${PORTSDIR}/devel/rubygem-rspec

USE_RUBY=   yes
USE_RUBYGEMS=   yes
RUBYGEM_AUTOPLIST=  yes

.include <bsd.port.mk>