freebsd-ports/converters/rubygem-po_to_json/Makefile
2021-04-06 16:31:07 +02:00

21 lines
387 B
Makefile

# 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>