mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
6c6741005c
Reuqired for gitlab-ce 14.1.
19 lines
301 B
Makefile
19 lines
301 B
Makefile
PORTNAME= toml-rb
|
|
PORTVERSION= 2.0.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<4:textproc/rubygem-citrus
|
|
|
|
USES= gem
|
|
USE_RUBY= yes
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|