24 lines
607 B
Makefile
24 lines
607 B
Makefile
COMMENT= testing framework for Rails
|
|
|
|
DISTNAME= rspec-rails-6.0.3
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MODULES= lang/ruby
|
|
|
|
BUILD_DEPENDS+= ${RUN_DEPENDS} \
|
|
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}
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
.include <bsd.port.mk>
|