v0.8.5 2017/07/10 * Improved error message for MissingPluralizationKey error - See #371 * Fixed a thread issue when calling translate when fallbacks were enabled - See #369 v0.8.6 2017/07/10 * Fixed a small regression introduced in v0.8.5 when using fallbacks - See #378
12 lines
314 B
Makefile
12 lines
314 B
Makefile
# $NetBSD: Makefile,v 1.13 2017/07/13 15:31:35 taca Exp $
|
|
|
|
DISTNAME= i18n-0.8.6
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/svenfuchs/i18n
|
|
COMMENT= New wave Internationalization support for Ruby
|
|
LICENSE= mit
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|