pkgsrc/devel/ruby-i18n/Makefile
taca 077db2f785 Update ruby-i18n to 0.7.0.
0.7.0
* Drop support to Ruby 1.8.7 / REE
* Drop support to Rails 2.3 / 3.0 / 3.1
* Remove deprecated stuff:
   - Setting :default_exception_hander Symbol to I18n.exception_handler.
   - normalize_translation_keys in favor of normalize_keys.
   - :rescue_format option on the exception handler.
   - enforce_available_locales now defaults to true with no deprecation message.
2015-03-13 13:38:08 +00:00

12 lines
313 B
Makefile

# $NetBSD: Makefile,v 1.10 2015/03/13 13:38:08 taca Exp $
DISTNAME= i18n-0.7.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://github.com/svenfuchs/i18n
COMMENT= New wave Internationalization support for Ruby
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"