pkgsrc/devel/ruby-fast_gettext/Makefile
taca 7cddc4b106 devel/ruby-fast_gettext: update to 1.6.1
1.6.0 -- 2017/12/03

* Ruby 2.4 unified Bignum and Fixnum into Integer.
* fix bug where locale files with underscores in them are not loading in
  yaml.rb#find_and_store_files
* add exception for mismatching filename <=> file contents

1.6.1 -- 2018/01/18

* Update Contributors in Readme.md.
2018-02-28 16:15:24 +00:00

12 lines
344 B
Makefile

# $NetBSD: Makefile,v 1.18 2018/02/28 16:15:24 taca Exp $
DISTNAME= fast_gettext-1.6.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/grosser/fast_gettext
COMMENT= Simple, fast, memory-efficient and threadsafe GetText
LICENSE= ruby-license
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"