freebsd-ports/sysutils/rubygem-guard-rspec/Makefile
Sunpoet Po-Chuan Hsieh b721bf2aeb - Update to 0.6.0
- Update WWW

Changes:	https://github.com/guard/guard-rspec/commits/master
- Fix for default format option
- Update LICENSE year
- Depend on Guard 0.10.0
2012-01-04 03:52:14 +00:00

22 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.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>