blob: b4ce7825dca4af7bceb65b26099958c86b5f7142 (
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
|
PORTNAME= rspec
PORTVERSION= 3.13.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Behaviour Driven Development in Ruby
WWW= https://rspec.info/ \
https://github.com/rspec/rspec/tree/main/rspec \
https://github.com/rspec/rspec
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-rspec-core>=${PORTVERSION:R}.0<3.14:devel/rubygem-rspec-core \
rubygem-rspec-expectations>=${PORTVERSION:R}.0<3.14:devel/rubygem-rspec-expectations \
rubygem-rspec-mocks>=${PORTVERSION:R}.0<3.14:devel/rubygem-rspec-mocks
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
|