freebsd-ports/devel/rubygem-fast_gettext/Makefile
Steve Wills 45bf03f42d A simple, fast, memory-efficient and threadsafe implementation of GetText
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>
2014-04-04 06:44:55 +00:00

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>