mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
c31ceab7eb
Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15270
20 lines
311 B
Makefile
20 lines
311 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= toml-rb
|
|
PORTVERSION= 1.1.1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
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>
|