freebsd-ports/textproc/rubygem-tomlrb/Makefile
Sunpoet Po-Chuan Hsieh d8eb61fe64 Add rubygem-tomlrb 1.2.6
Tomlrb is a Racc-based TOML Ruby parser supporting the 0.4.0 version of the
spec.

WWW: https://github.com/fbernier/tomlrb
2018-01-27 11:38:33 +00:00

21 lines
362 B
Makefile

# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
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>