SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
24
devel/ruby-gettext-setup/Makefile
Normal file
24
devel/ruby-gettext-setup/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
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>
|
Loading…
Add table
Add a link
Reference in a new issue