0e1f848b8a
0.29 2017/11/30 * (FM-6323) - Copying Ruby POT rather than moving it * (FM-6415) create header_only option for pot generation * (INTL-31) Refactor rake tasks to not setup FastGettext runtime 0.30 2018/02/13 * (GH-61) Handle initial nil value
18 lines
588 B
Makefile
18 lines
588 B
Makefile
# $NetBSD: Makefile,v 1.4 2018/03/13 16:55:01 taca Exp $
|
|
|
|
DISTNAME= gettext-setup-0.30
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/puppetlabs/gettext-setup-gem
|
|
COMMENT= Ease internationalization with fast_gettext
|
|
LICENSE= apache-2.0
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-fast_gettext>=1.1.0:../../devel/ruby-fast_gettext
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-gettext>=3.0.2:../../devel/ruby-gettext
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-locale>=0:../../devel/ruby-locale
|
|
|
|
OVERRIDE_GEMSPEC+= fast_gettext>=1.1.0
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|