# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD: head/textproc/rubygem-tomlrb/Makefile 460109 2018-01-27 11:38:33Z sunpoet $

PORTNAME=	tomlrb
PORTVERSION=	1.2.6
CATEGORIES=	textproc rubygems
MASTER_SITES=	RG

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Racc-based TOML parser

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE.txt

NO_ARCH=	yes
USE_RUBY=	yes
USES=		gem shebangfix

SHEBANG_FILES=	bin/setup

.include <bsd.port.mk>
