freebsd-ports/sysutils/rubygem-guard-rspec/Makefile
2012-05-22 07:44:59 +00:00

23 lines
501 B
Makefile

# New ports collection makefile for: rubygem-guard-rspec
# Date created: 2011-10-20
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= guard-rspec
PORTVERSION= 0.7.3
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>