summaryrefslogtreecommitdiff
path: root/devel/rubygem-rspec-expectations/Makefile
blob: 552274565a27999d4a545779029d69fcf7d80b00 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	rspec-expectations
PORTVERSION=	3.13.5
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Rspec-expectations adds should and should_not to every object
WWW=		https://rspec.info/ \
		https://github.com/rspec/rspec/tree/main/rspec-expectations \
		https://github.com/rspec/rspec

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

RUN_DEPENDS=	rubygem-diff-lcs>=1.2.0<2.0:textproc/rubygem-diff-lcs \
		rubygem-rspec-support>=${PORTVERSION:R}.0<3.14:devel/rubygem-rspec-support

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>