pkgsrc/devel/ruby-i18n/Makefile
taca fcf0546027 devel/ruby-i18n: update to 1.8.11
1.8.11 (2021-11-02)

What's Changed

* Fix typo in documentation by @rkh in #565
* Improve available locale check in Simple backend by @codealchemy in #566
* Fix typo in Simple backend JSON test by @codealchemy in #572
* Fix a build error when using Psych 4.0 by @koic in #569

New Contributors

* @rkh made their first contribution in #565
* @codealchemy made their first contribution in #566
* @koic made their first contribution in #569
2021-11-23 14:14:03 +00:00

16 lines
423 B
Makefile

# $NetBSD: Makefile,v 1.25 2021/11/23 14:14:03 taca Exp $
DISTNAME= i18n-1.8.11
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/svenfuchs/i18n
COMMENT= New wave Internationalization support for Ruby
LICENSE= mit
DEPENDS+= ${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"