45bf03f42d
for Ruby that supports multiple backends and can easily be extended. WWW: https://github.com/grosser/fast_gettext PR: ports/188200 Submitted by: Michael Moll <kvedulv at kvedulv.de>
18 lines
338 B
Makefile
18 lines
338 B
Makefile
# Created by: Michael Moll <kvedulv at kvedulv.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fast_gettext
|
|
PORTVERSION= 0.8.1
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= ruby@FreeBSD.org
|
|
COMMENT= Fast, memory-efficient and threadsafe GetText for Ruby
|
|
|
|
LICENSE= MIT
|
|
|
|
USE_RUBY= yes
|
|
USE_RUBYGEMS= yes
|
|
RUBYGEM_AUTOPLIST= yes
|
|
|
|
.include <bsd.port.mk>
|