1e39ea13a3
* When negotiating locale, only consider language, but not country variant. * Fix ordering of language var assignment from env.
18 lines
588 B
Makefile
18 lines
588 B
Makefile
# $NetBSD: Makefile,v 1.2 2017/07/13 15:28:06 taca Exp $
|
|
|
|
DISTNAME= gettext-setup-0.26
|
|
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"
|