blob: 5d2eedc338f1ff651aa66f37e35fd29762c9473e (
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.6
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>
|