R18n Rails API provides Rails i18n compatibility for R18n: - R18n loader for Rails i18n translation format - R18n backend WWW: https://github.com/r18n/r18n/tree/master/r18n-rails-api
23 lines
446 B
Makefile
23 lines
446 B
Makefile
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= r18n-rails-api
|
|
PORTVERSION= 4.0.0
|
|
CATEGORIES= devel rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= R18n backend for Rails
|
|
|
|
LICENSE= LGPL3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= rubygem-i18n>=1,2<2,2:devel/rubygem-i18n \
|
|
rubygem-r18n-core>=${PORTVERSION}:devel/rubygem-r18n-core
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|