ports/devel/ruby-allure-ruby-commons/Makefile

22 lines
476 B
Makefile
Raw Normal View History

2023-09-04 18:41:13 +00:00
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>