d8eb61fe64
Tomlrb is a Racc-based TOML Ruby parser supporting the 0.4.0 version of the spec. WWW: https://github.com/fbernier/tomlrb
21 lines
362 B
Makefile
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>
|