pkgsrc/devel/ruby-gettext/Makefile
taca c4f566afe4 devel/ruby-gettext: update to 3.2.9
## 3.2.9: 2018-03-05 {#version-3-2-9}

### Fixes

  * `rmsgcat`: Removed a debug print.

## 3.2.8: 2018-03-05 {#version-3-2-8}

### Fixes

  * `rmsgcat`: Fixed a bug that extra newline is added by
    `--update-po-revision-date` option.

## 3.2.7: 2018-03-05 {#version-3-2-7}

### Improvements

  * `rmsgcat`: Added `--update-po-revision-date` option.
2018-03-13 16:49:03 +00:00

17 lines
509 B
Makefile

# $NetBSD: Makefile,v 1.35 2018/03/13 16:49:03 taca Exp $
DISTNAME= gettext-3.2.9
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ruby-gettext.github.com/
COMMENT= Ruby localization library like as GNU gettext
LICENSE= ruby-license OR gnu-lgpl-v3
DEPENDS+= ${RUBY_PKGPREFIX}-locale>=2.0.5:../../devel/ruby-locale
DEPENDS+= ${RUBY_PKGPREFIX}-text>=1.3.0:../../textproc/ruby-text
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"