mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
Changes: https://about.gitlab.com/releases/2024/09/25/patch-release-gitlab-17-4-1-released/ Security: 4b7ed61f-7bbf-11ef-9369-2cf05da270f3
20 lines
497 B
Makefile
20 lines
497 B
Makefile
PORTNAME= gitlab-kas-grpc
|
|
PORTVERSION= ${GITLAB_VERSION}
|
|
PORTREVISION= ${GITLAB_PORTREVISION} # modify it in www/gitlab/Makefile.common
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Auto-generated gRPC client for KAS
|
|
WWW= https://gitlab.com/gitlab-org/cluster-integration/gitlab-agent
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-grpc>=1.0<2.0:net/rubygem-grpc
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include "${.CURDIR}/../../www/gitlab/Makefile.common"
|
|
.include <bsd.port.mk>
|