b721bf2aeb
- 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
22 lines
501 B
Makefile
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>
|