aboutsummaryrefslogtreecommitdiff
path: root/devel/rubygem-gettext_i18n_rails_js-rails61/Makefile
blob: c4eec329470836c3ef9e71ca4e75ac4bd5fca80c (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
PORTNAME=	gettext_i18n_rails_js
PORTVERSION=	1.3.1
PORTREVISION=	1
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails61

MAINTAINER=	mfechner@FreeBSD.org
COMMENT=	Make gettext_i18n_rails .po files as JSON
WWW=		https://github.com/webhippie/gettext_i18n_rails_js

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-rails61>=3.2.0:www/rubygem-rails61

USES=		gem

NO_ARCH=	yes

.include <bsd.port.mk>