mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
26 lines
640 B
Makefile
26 lines
640 B
Makefile
COMMENT= Ruby gem to ease i18n
|
|
|
|
DISTNAME = gettext-setup-1.1.1
|
|
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}>=2.1,<5 \
|
|
devel/ruby-gettext,${MODRUBY_FLAVOR}>=3.4,<4 \
|
|
devel/ruby-locale
|
|
|
|
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>
|