git: 2fe5a2d21b98 - main - sysutils/nix: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Mar 2022 13:26:25 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2fe5a2d21b988f249ad7227f2736589747ad89b8
commit 2fe5a2d21b988f249ad7227f2736589747ad89b8
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-03-18 13:19:47 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-03-18 13:23:53 +0000
sysutils/nix: Add CPE information
Approved by: portmgr (blanket)
---
sysutils/nix/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/sysutils/nix/Makefile b/sysutils/nix/Makefile
index 1f813ebcd5b4..63d51a8e2518 100644
--- a/sysutils/nix/Makefile
+++ b/sysutils/nix/Makefile
@@ -32,12 +32,14 @@ TEST_DEPENDS= dot:graphics/graphviz \
gxargs:misc/findutils \
hg:devel/mercurial
-USES= autoreconf bison compiler:c++17-lang gmake localbase pkgconfig \
+USES= autoreconf bison compiler:c++17-lang cpe gmake localbase pkgconfig \
sqlite:3 ssl
USE_GITHUB= yes
GH_ACCOUNT= NixOS
USE_LDCONFIG= yes
+CPE_VENDOR= nix_project
+
HAS_CONFIGURE= yes
# Workaround for bashisms in the configure script.
CONFIGURE_SHELL= ${_BASH}