449a0842af
Required for gitlab 19.0.0 Changes: https://gitlab.com/gitlab-org/orbit/knowledge-graph/-/blob/main/CHANGELOG.md?ref_type=heads
19 lines
387 B
Makefile
19 lines
387 B
Makefile
PORTNAME= gitlab-gkg-proto
|
|
PORTVERSION= 0.37.1
|
|
CATEGORIES= net rubygems
|
|
MASTER_SITES= RG
|
|
|
|
MAINTAINER= mfechner@FreeBSD.org
|
|
COMMENT= Auto-generated gRPC client for the GitLab Knowledge Graph service
|
|
WWW= https://gitlab.com/gitlab-org/orbit/knowledge-graph
|
|
|
|
LICENSE= MIT
|
|
|
|
RUN_DEPENDS= rubygem-grpc-gitlab>=1.0<2.0:net/rubygem-grpc-gitlab
|
|
|
|
USES= gem
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|