ports/devel/ruby-gettext-setup/Makefile

25 lines
624 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT= Ruby gem to ease i18n
DISTNAME = gettext-setup-0.34
CATEGORIES = devel
HOMEPAGE = https://github.com/puppetlabs/gettext-setup-gem
MAINTAINER = Sebastian Reitenbach <sebastia@openbsd.org>
# Apache 2.0
PERMIT_PACKAGE= Yes
MODULES= lang/ruby
BUILD_DEPENDS += ${RUN_DEPENDS}
RUN_DEPENDS += devel/ruby-fast_gettext,${MODRUBY_FLAVOR}>=1.1.0,<1.7 \
devel/ruby-gettext,${MODRUBY_FLAVOR}>=3.0.2,<3.3
CONFIGURE_STYLE = ruby gem
# At least ruby-crack gem missing
# MODRUBY_TEST = rake
# TEST_DEPENDS += devel/ruby-safe_yaml,${MODRUBY_FLAVOR} \
# www/ruby-addressable,${MODRUBY_FLAVOR}
.include <bsd.port.mk>