mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
8 lines
192 B
Makefile
8 lines
192 B
Makefile
COMMENT = rspec runner and formatters
|
|
DISTNAME = rspec-core-3.8.2
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = devel/ruby-rspec/3/support,${MODRUBY_FLAVOR}>=3.8.0
|
|
|
|
.include <bsd.port.mk>
|