3.3.7: 2021-01-18 Improvements * msgmerge: Added --no-report-warning option. [GitHub#81] [Reported by Akim Demaille] Thanks * Akim Demaille
18 lines
533 B
Makefile
18 lines
533 B
Makefile
# $NetBSD: Makefile,v 1.43 2021/01/18 14:38:13 taca Exp $
|
|
|
|
DISTNAME= gettext-3.3.7
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://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
|
|
|
|
USE_LANGUAGES= # none
|
|
RUBYGEM_OPTIONS+= --format-executable
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|