blob: ea4b1859218fee19df710020b329c473a12cf015 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= gettext_i18n_rails_js
PORTVERSION= 1.3.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Make gettext_i18n_rails .po files as JSON
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-gettext>=3.0.2:devel/rubygem-gettext \
rubygem-gettext_i18n_rails>=0.7.1:devel/rubygem-gettext_i18n_rails \
rubygem-po_to_json>=1.0.0:converters/rubygem-po_to_json \
rubygem-rails5>=3.2.0:www/rubygem-rails5
USES= gem
USE_RUBY= yes
NO_ARCH= yes
.include <bsd.port.mk>
|