aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-21 12:16:58 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-21 12:57:55 +0000
commit680632985935162464416b4c71a1d1acc59d339c (patch)
tree27948850888783ea027c83d7257ec22bc06ea9ed
parent9e665d5a0f8fd16ccd1f3cc0747a4b5bd16e16a8 (diff)
downloadports-680632985935162464416b4c71a1d1acc59d339c.tar.gz
ports-680632985935162464416b4c71a1d1acc59d339c.zip
net/rubygem-gitaly: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--net/rubygem-gitaly/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rubygem-gitaly/Makefile b/net/rubygem-gitaly/Makefile
index 03c7de2552c0..e9464f6be341 100644
--- a/net/rubygem-gitaly/Makefile
+++ b/net/rubygem-gitaly/Makefile
@@ -12,9 +12,11 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-grpc>=1.0<2.0:net/rubygem-grpc \
gitaly>=14.2:devel/gitaly
-USES= gem
+USES= cpe gem
USE_RUBY= yes
NO_ARCH= yes
+CPE_VENDOR= gitlab
+
.include <bsd.port.mk>