pkgsrc/devel/ruby-tomlrb/Makefile
taca 1867c31d1a devel/ruby-tomlrb: add version 1.2.6 package
# Tomlrb

A Racc based TOML Ruby parser supporting the 0.4.0 version of the spec.
2018-03-13 14:28:50 +00:00

12 lines
292 B
Makefile

# $NetBSD: Makefile,v 1.1 2018/03/13 14:28:50 taca Exp $
DISTNAME= tomlrb-1.2.6
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/fbernier/tomlrb
COMMENT= Racc based toml parser
LICENSE= mit
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"