R18n-rails is a gem to add out-of-box R18n support to Rails I18n. It is a wrapper for R18n Rails API and R18n core libraries. See R18n core documentation for more information. WWW: https://github.com/r18n/r18n/tree/master/r18n-rails
22 lines
426 B
Makefile
22 lines
426 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= r18n-rails
|
|
PORTVERSION= 4.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Out-of-box R18n support for Ruby on Rails
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-r18n-rails-api>=${PORTVERSION}:devel/rubygem-r18n-rails-api
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|