freebsd-ports/devel/rubygem-rspec/Makefile
Sunpoet Po-Chuan Hsieh 3c3a3667c5 - Update to 2.14.1
Changes:	https://github.com/rspec/rspec/commits/v2.14.1
PR:		ports/180533
Submitted by:	swills
Approved by:	maintainer (timeout, 8 weeks)
2013-09-07 21:36:32 +00:00

21 lines
579 B
Makefile

# Created by: Roman Shterenzon <romanbsd@yahoo.com>
# $FreeBSD$
PORTNAME= rspec
PORTVERSION= 2.14.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= romanbsd@yahoo.com
COMMENT= Behaviour Driven Development in Ruby
RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-core \
rubygem-rspec-expectations>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-expectations \
rubygem-rspec-mocks>=${PORTVERSION:R}:${PORTSDIR}/devel/rubygem-rspec-mocks
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>