2d47a20064
Required for gitlab 18.8 Changes: https://github.com/emancu/toml-rb/releases
20 lines
370 B
Makefile
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>
|