16 lines
293 B
Makefile
16 lines
293 B
Makefile
PORTNAME= fast_gettext
|
|
PORTVERSION= 2.3.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Fast, memory-efficient and threadsafe GetText for Ruby
|
|
WWW= https://github.com/grosser/fast_gettext
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|