aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-rspec/Makefile
blob: baf9e076acad738847cbc67a07093ac1f54a70b1 (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
# Created by: Roman Shterenzon <romanbsd@yahoo.com>
# $FreeBSD$

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

MAINTAINER= ruby@FreeBSD.org
COMMENT=    Behaviour Driven Development in Ruby

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/LICENSE.md

RUN_DEPENDS=    rubygem-rspec-core>=${PORTVERSION:R}:devel/rubygem-rspec-core \
        rubygem-rspec-expectations>=${PORTVERSION:R}:devel/rubygem-rspec-expectations \
        rubygem-rspec-mocks>=${PORTVERSION:R}:devel/rubygem-rspec-mocks

NO_ARCH=    yes
USE_RUBY=   yes
USES=       gem

.include <bsd.port.mk>