ports/devel/ruby-activesupport/Makefile

21 lines
437 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= support libraries and Ruby extensions extracted from Rails
DISTNAME= activesupport-7.0.5
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-08-24 06:47:45 +00:00
devel/ruby-concurrent-ruby,${MODRUBY_FLAVOR} \
devel/ruby-i18n,${MODRUBY_FLAVOR} \
sysutils/ruby-tzinfo,${MODRUBY_FLAVOR}
2023-08-16 22:26:55 +00:00
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>