summaryrefslogtreecommitdiff
path: root/devel/rubygem-rspec/Makefile
blob: 39d86d053375fec460976af1e501588657495781 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Ports collection makefile for:	rubygem-rspec
# Date created:				22 December 2006
# Whom:					Roman Shterenzon <romanbsd@yahoo.com>
#
# $FreeBSD$

PORTNAME=	rspec
PORTVERSION=	2.6.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	romanbsd@yahoo.com
COMMENT=	Behaviour Driven Development in Ruby

USE_RUBY=	yes
USE_RAKE=	yes
USE_RUBYGEMS=	yes
RUBYGEM_AUTOPLIST=	yes

BUILD_DEPENDS=	rubygem-rspec-core>=0:${PORTSDIR}/devel/rubygem-rspec-core \
		rubygem-rspec-expectations>=0:${PORTSDIR}/devel/rubygem-rspec-expectations \
		rubygem-rspec-mocks>=0:${PORTSDIR}/devel/rubygem-rspec-mocks
RUN_DEPENDS=	rubygem-rspec-core>=0:${PORTSDIR}/devel/rubygem-rspec-core \
		rubygem-rspec-expectations>=0:${PORTSDIR}/devel/rubygem-rspec-expectations \
		rubygem-rspec-mocks>=0:${PORTSDIR}/devel/rubygem-rspec-mocks
.include <bsd.port.mk>