NEW: devel/ruby-allure-ruby-commons

This commit is contained in:
purplerain 2023-09-04 18:41:13 +00:00
parent cc1f5fb8f0
commit 3739476098
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
4 changed files with 54 additions and 0 deletions

View file

@ -0,0 +1,21 @@
COMMENT= implement allure result generation
DISTNAME= allure-ruby-commons-2.22.0
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# Apache-2.0
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
BUILD_DEPENDS= ${RUN_DEPENDS} \
mail/ruby-mime-types,${MODRUBY_FLAVOR} \
devel/ruby-require-all,${MODRUBY_FLAVOR} \
devel/ruby-rspec/3/expectations,${MODRUBY_FLAVOR} \
devel/ruby-uuid,${MODRUBY_FLAVOR}
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>