1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/www/rubygem-toml-rb/Makefile
Matthias Fechner 6c6741005c www/rubygem-toml-rb: Update to 2.0.1
Reuqired for gitlab-ce 14.1.
2021-07-24 09:08:04 +02:00

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>