summaryrefslogtreecommitdiff
path: root/devel/rubygem-gettext_i18n_rails_js/Makefile
blob: 1941904be9dcb0bd41d65897bdc38493e1cf97b8 (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
PORTNAME=	gettext_i18n_rails_js
PORTVERSION=	2.2.0
CATEGORIES=	devel rubygems
MASTER_SITES=	RG

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

USES=		gem

NO_ARCH=	yes

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

.include <bsd.port.mk>