1PORTNAME= rspec-core 2PORTVERSION= 3.13.4 3CATEGORIES= devel rubygems 4MASTER_SITES= RG 5 6MAINTAINER= ports@MidnightBSD.org 7COMMENT= RSpec Core provides the structure for writing executable examples 8WWW= https://rspec.info/ \ 9 https://github.com/rspec/rspec/tree/main/rspec-core \ 10 https://github.com/rspec/rspec 11 12LICENSE= mit 13LICENSE_FILE= ${WRKSRC}/LICENSE.md 14 15BUILD_DEPENDS= rubygem-rspec-support>=${PORTVERSION:R}.0<3.14:devel/rubygem-rspec-support 16RUN_DEPENDS= rubygem-rspec-support>=${PORTVERSION:R}.0<3.14:devel/rubygem-rspec-support 17 18USES= gem 19 20NO_ARCH= yes 21 22PLIST_FILES= bin/rspec 23 24.include <bsd.port.mk> 25