Files
ports/www/rubygem-toml-rb/Makefile
T
Matthias Fechner 2d47a20064 www/rubygem-toml-rb: update to 4.1.0
Required for gitlab 18.8

Changes:	https://github.com/emancu/toml-rb/releases
2026-01-19 15:55:30 +01:00

20 lines
370 B
Makefile

PORTNAME= toml-rb
PORTVERSION= 4.1.0
CATEGORIES= www rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= TOML parser using Citrus parsing library
WWW= https://github.com/emancu/toml-rb
LICENSE= MIT
RUN_DEPENDS= rubygem-citrus>=3.0<4:textproc/rubygem-citrus \
rubygem-racc>=1.7<2:devel/rubygem-racc
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>