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

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Support utilities for RSpec gems
WWW=		https://rspec.info/ \
		https://github.com/rspec/rspec/tree/main/rspec-support \
		https://github.com/rspec/rspec

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

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>