## 3.2.1: 2016-01-23 {#version-3-2-1} ### Improvements * Supported customizing msgmerge options on merging edit.po to .po. [GitHub#44][Patch by Dominic Cleal]
17 lines
509 B
Makefile
17 lines
509 B
Makefile
# $NetBSD: Makefile,v 1.30 2016/02/16 15:04:35 taca Exp $
|
|
|
|
DISTNAME= gettext-3.2.1
|
|
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"
|