diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 11:22:09 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-10-08 11:22:09 +0000 |
commit | 1bcf990c4e5ea789603e03cb4b673ba57062762b (patch) | |
tree | 9cd06d3141f1d2415d2bad5b3b6f46b6bcb9aa79 | |
parent | c937ce50a31c3c178b8eda142880432b7a70a894 (diff) | |
download | ports-1bcf990c4e5ea789603e03cb4b673ba57062762b.tar.gz ports-1bcf990c4e5ea789603e03cb4b673ba57062762b.zip |
lang/rust: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | lang/rust/Makefile | 4 |
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}" \ |