freebsd-ports/sysutils/rubygem-guard-rspec/Makefile
Sunpoet Po-Chuan Hsieh cbf2e6a1e6 - Update to 2.5.4
Changes:	https://github.com/guard/guard-rspec/commits/master
Feature safe:	yes
2013-04-21 10:17:09 +00:00

19 lines
469 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= guard-rspec
PORTVERSION= 2.5.4
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>