freebsd-ports/devel/rubygem-r18n-core/Makefile
Dmitry Marakasov 84c8373b24 R18n is a i18n tool to translate your Ruby application. It has nice
Ruby-style syntax, filters, flexible locales, custom loaders,
translation support for any classes, time and number localization,
several user language support, agnostic core package with out-of-box
support for Rails, Sinatra and desktop applications.

WWW: https://github.com/ai/r18n
2013-09-24 03:54:10 +00:00

18 lines
327 B
Makefile

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= r18n-core
PORTVERSION= 1.1.6
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= i18n tool to translate your Ruby application
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
NO_STAGE= yes
.include <bsd.port.mk>