b84e98d178
PR: 224788 Submitted by: Matthias Fechner <idefix@fechner.net> (maintainer)
19 lines
309 B
Makefile
19 lines
309 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= toml-rb
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= idefix@fechner.net
|
|
COMMENT= TOML parser using Citrus parsing library
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-citrus>=3.0:textproc/rubygem-citrus
|
|
|
|
NO_ARCH= yes
|
|
USE_RUBY= yes
|
|
USES= gem
|
|
|
|
.include <bsd.port.mk>
|