freebsd-ports/textproc/rubygem-psych3/Makefile
Matthias Fechner 078d7d3a39 www/gitlab-ce: make it working with ruby 3.1
Ruby 3.1 did some breaking changes:
https://www.ruby-lang.org/en/news/2021/12/25/ruby-3-1-0-released/

With the help of @yasu I added some work-arounds that should
make gitlab work again with ruby 3.1.
They can be removed after gitlab support ruby 3.1 upstream.

PR:		270252
2023-03-16 11:37:02 +02:00

21 lines
348 B
Makefile

PORTNAME= psych
PORTVERSION= 3.3.4
CATEGORIES= textproc rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 3
MAINTAINER= mfechner@FreeBSD.org
COMMENT= YAML parser and emitter
WWW= https://github.com/ruby/psych
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libyaml.so:textproc/libyaml
USES= gem
PORTSCOUNT= limit:^3
.include <bsd.port.mk>