summaryrefslogtreecommitdiff
path: root/devel/rubygem-gettext_i18n_rails_js-rails52/Makefile
blob: 918e88599e048f32c1922f013ec7e76b1dc8d242 (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
26
PORTNAME=	gettext_i18n_rails_js
PORTVERSION=	2.2.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG
PKGNAMESUFFIX=	-rails52

MAINTAINER=	sunpoet@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>=2.0.0:converters/rubygem-po_to_json \
		rubygem-rails52>=3.2.0:www/rubygem-rails52

USES=		gem

NO_ARCH=	yes

post-patch:
	@${RM} -r ${WRKSRC}/vendor/bundle/

.include <bsd.port.mk>