d7043b1dbd
Downgrade nodejs to 20 and upgrade tree-sitter to fix asset compilation issues. Changes: https://about.gitlab.com/releases/2025/12/18/gitlab-18-7-released/
22 lines
421 B
Makefile
22 lines
421 B
Makefile
PORTNAME= faraday-net_http
|
|
PORTVERSION= 3.3.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= www rubygems
|
|
MASTER_SITES= RG
|
|
PKGNAMESUFFIX= -gitlab
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Faraday adapter for Net::HTTP
|
|
WWW= https://github.com/lostisland/faraday-net_http
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|
|
|
RUN_DEPENDS= rubygem-net-http-gitlab>=0:www/rubygem-net-http-gitlab
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|