diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-21 12:16:58 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-21 12:57:55 +0000 |
commit | 680632985935162464416b4c71a1d1acc59d339c (patch) | |
tree | 27948850888783ea027c83d7257ec22bc06ea9ed | |
parent | 9e665d5a0f8fd16ccd1f3cc0747a4b5bd16e16a8 (diff) | |
download | ports-680632985935162464416b4c71a1d1acc59d339c.tar.gz ports-680632985935162464416b4c71a1d1acc59d339c.zip |
net/rubygem-gitaly: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | net/rubygem-gitaly/Makefile | 4 |
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> |