# New ports collection makefile for:	rubygem-guard-rspec
# Date created:		2011-10-20
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD: ports/sysutils/rubygem-guard-rspec/Makefile,v 1.12 2012/01/04 03:52:14 sunpoet Exp $
#

PORTNAME=	guard-rspec
PORTVERSION=	0.6.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>=0.10.0:${PORTSDIR}/sysutils/rubygem-guard

USE_RUBY=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

.include <bsd.port.mk>
