- Update devel/rubygem-rspec-core to 2.11.1 - Update devel/rubygem-rspec-mocks to 2.11.1 - Update devel/rubygem-rspec-expectations to 2.11.1 PR: ports/169281 [1] Approved by: maintainer timeout (romanbsd@yahoo.com, >1 month) [1]
27 lines
865 B
Makefile
27 lines
865 B
Makefile
# Ports collection makefile for: rubygem-rspec
|
|
# Date created: 22 December 2006
|
|
# Whom: Roman Shterenzon <romanbsd@yahoo.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rspec
|
|
PORTVERSION= 2.11.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= romanbsd@yahoo.com
|
|
COMMENT= Behaviour Driven Development in Ruby
|
|
|
|
BUILD_DEPENDS= rubygem-rspec-core>=2.11.1:${PORTSDIR}/devel/rubygem-rspec-core \
|
|
rubygem-rspec-expectations>=2.11.1:${PORTSDIR}/devel/rubygem-rspec-expectations \
|
|
rubygem-rspec-mocks>=2.11.0:${PORTSDIR}/devel/rubygem-rspec-mocks
|
|
RUN_DEPENDS= rubygem-rspec-core>=2.11.1:${PORTSDIR}/devel/rubygem-rspec-core \
|
|
rubygem-rspec-expectations>=2.11.1:${PORTSDIR}/devel/rubygem-rspec-expectations \
|
|
rubygem-rspec-mocks>=2.11.1:${PORTSDIR}/devel/rubygem-rspec-mocks
|
|
|
|
USE_RUBY= yes
|
|
USE_RAKE= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|