81355a507a
## 3.2.3: 2017-06-24 {#version-3-2-3} ### Improvements * Disabled unmaintainable Ruby from CI. [GitHub#48][Reported by JP Hastings-Spital] * Supported `--enable-frozen-string-literal` `ruby` option. [GitHub#52][Reported by Pat Allan] ### Thanks * JP Hastings-Spital * Pat Allan
17 lines
509 B
Makefile
17 lines
509 B
Makefile
# $NetBSD: Makefile,v 1.32 2017/07/13 15:23:12 taca Exp $
|
|
|
|
DISTNAME= gettext-3.2.3
|
|
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"
|