aboutsummaryrefslogtreecommitdiff
path: root/converters/rubygem-po_to_json/Makefile
blob: ffe437486a371400b3351611e71d2f73a9f02385 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	po_to_json
PORTVERSION=	1.0.1
CATEGORIES=	converters rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Convert gettext PO files to JSON objects

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

RUN_DEPENDS=	rubygem-json>=1.6.0:devel/rubygem-json

USES=		gem
USE_RUBY=	yes

NO_ARCH=	yes

.include <bsd.port.mk>