5c22f416d6
pkgsrc change: add "USE_LANGUAGES= # none". 2.0.0 -- Changed p_ separator to \0004 https://github.com/grosser/fast_gettext/pull/107 add np and add gettext aliases
14 lines
367 B
Makefile
14 lines
367 B
Makefile
# $NetBSD: Makefile,v 1.20 2019/01/20 13:47:15 taca Exp $
|
|
|
|
DISTNAME= fast_gettext-2.0.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
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|