freebsd-ports/devel/rubygem-rspec/Makefile
Philip M. Gollucci 19334d785f - Fix depend versions according to rubygems.org [again]
With Hat:	ruby@
Tested by:	P6 TB Full rubygem run
2011-11-02 18:05:08 +00:00

27 lines
858 B
Makefile

# Ports collection makefile for: rubygem-rspec
# Date created: 22 December 2006
# Whom: Roman Shterenzon <romanbsd@yahoo.com>
#
# $FreeBSD$
PORTNAME= rspec
PORTVERSION= 2.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= romanbsd@yahoo.com
COMMENT= Behaviour Driven Development in Ruby
BUILD_DEPENDS= rubygem-rspec-core>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-core \
rubygem-rspec-expectations>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-expectations \
rubygem-rspec-mocks>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-mocks
RUN_DEPENDS= rubygem-rspec-core>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-core \
rubygem-rspec-expectations>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-expectations \
rubygem-rspec-mocks>=2.7.0:${PORTSDIR}/devel/rubygem-rspec-mocks
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>