freebsd-ports/sysutils/rubygem-guard-rspec/Makefile
Sunpoet Po-Chuan Hsieh ec59040100 - Update to 4.6.4
- Remove RG link

Changes:	https://github.com/guard/guard-rspec/releases
2015-08-13 17:33:41 +00:00

23 lines
570 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= guard-rspec
PORTVERSION= 4.6.4
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Guard::RSpec automatically run your specs (much like autotest)
LICENSE= MIT
RUN_DEPENDS= rubygem-guard>=2.1:${PORTSDIR}/sysutils/rubygem-guard \
rubygem-guard-compat>=1.1:${PORTSDIR}/sysutils/rubygem-guard-compat \
rubygem-rspec>=2.99.0:${PORTSDIR}/devel/rubygem-rspec
NO_ARCH= yes
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>