ports/devel/ruby-rspec-rails/Makefile

25 lines
607 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= testing framework for Rails
2023-09-07 05:29:01 +00:00
DISTNAME= rspec-rails-6.0.3
2023-08-16 22:26:55 +00:00
CATEGORIES= devel
MAINTAINER= Purple Rain <purplerain@secbsd.org>
# MIT
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
BUILD_DEPENDS+= ${RUN_DEPENDS} \
2023-09-07 05:29:01 +00:00
devel/ruby-actionpack,${MODRUBY_FLAVOR} \
devel/ruby-activesupport,${MODRUBY_FLAVOR} \
devel/ruby-railties,${MODRUBY_FLAVOR} \
devel/ruby-rspec/3/core,${MODRUBY_FLAVOR} \
devel/ruby-rspec/3/expectations,${MODRUBY_FLAVOR} \
devel/ruby-rspec/3/mocks,${MODRUBY_FLAVOR} \
devel/ruby-rspec/3/support,${MODRUBY_FLAVOR}
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>