blob: fb965ef6b8e1e6b5d31601bf5ee65c757fb01eea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.25 2022/08/11 13:04:15 taca Exp $
DISTNAME= fast_gettext-2.2.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"
|