mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
078d7d3a39
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
21 lines
348 B
Makefile
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>
|