summaryrefslogtreecommitdiff
path: root/devel/rubygem-rspec-rails/Makefile
blob: b5fe4a292cfdbb8c7933d8f767e45401cbafd8f2 (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
PORTNAME=	rspec-rails
PORTVERSION=	7.1.1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Testing framework for Rails
WWW=		https://rspec.info/ \
		https://github.com/rspec/rspec-rails

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

RUN_DEPENDS=	rubygem-actionpack70>=7.0:www/rubygem-actionpack70 \
		rubygem-activesupport70>=7.0:devel/rubygem-activesupport70 \
		rubygem-railties70>=7.0:www/rubygem-railties70 \
		rubygem-rspec-core>=3.13<4:devel/rubygem-rspec-core \
		rubygem-rspec-expectations>=3.13<4:devel/rubygem-rspec-expectations \
		rubygem-rspec-mocks>=3.13<4:devel/rubygem-rspec-mocks \
		rubygem-rspec-support>=3.13<4:devel/rubygem-rspec-support

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>