ports/devel/ruby-i18n/Makefile

18 lines
332 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= ruby internationalization and localization solution
DISTNAME= i18n-1.14.1
2023-08-16 22:26:55 +00:00
CATEGORIES= devel
HOMEPAGE= https://github.com/ruby-i18n/i18n
BUILD_DEPENDS= ${RUN_DEPENDS} \
devel/ruby-concurrent-ruby,${MODRUBY_FLAVOR}
2023-08-16 22:26:55 +00:00
# MIT
2023-08-16 22:26:55 +00:00
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
CONFIGURE_STYLE= ruby gem
.include <bsd.port.mk>