NEW: devel/ruby-allure-rspec

This commit is contained in:
purplerain 2023-09-04 04:36:01 +00:00
parent 7eb9080cdf
commit cc1f5fb8f0
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
4 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,19 @@
COMMENT= generate rich allure test reports
DISTNAME= allure-rspec-2.22.0
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# Apache-2.0
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS} \
devel/ruby-allure-ruby-commons,${MODRUBY_FLAVOR} \
devel/ruby-rspec/3/core,${MODRUBY_FLAVOR}
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>