aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-10-08 11:22:09 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-10-08 11:22:09 +0000
commit1bcf990c4e5ea789603e03cb4b673ba57062762b (patch)
tree9cd06d3141f1d2415d2bad5b3b6f46b6bcb9aa79
parentc937ce50a31c3c178b8eda142880432b7a70a894 (diff)
downloadports-1bcf990c4e5ea789603e03cb4b673ba57062762b.tar.gz
ports-1bcf990c4e5ea789603e03cb4b673ba57062762b.zip
lang/rust: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--lang/rust/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/rust/Makefile b/lang/rust/Makefile
index 5d048759c9f7..6a986cc6dd4b 100644
--- a/lang/rust/Makefile
+++ b/lang/rust/Makefile
@@ -32,7 +32,9 @@ ONLY_FOR_ARCHS_REASON?= requires prebuilt bootstrap compiler
BUILD_DEPENDS= cmake:devel/cmake
LIB_DEPENDS= libcurl.so:ftp/curl
-USES= ninja:build pkgconfig python:3.6+,build ssl tar:xz
+USES= cpe ninja:build pkgconfig python:3.6+,build ssl tar:xz
+
+CPE_VENDOR= rust-lang
MAKE_ENV= DESTDIR=${STAGEDIR} \
OPENSSL_DIR="${OPENSSLBASE}" \