diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-19 11:14:32 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-19 11:14:32 +0000 |
commit | f05888cb2b5c82e9cd91c04e502eb24a02c0e45f (patch) | |
tree | cd69f241e0d09c75cd0199b872f2d81ac736a753 | |
parent | edf66a1d743033a9f2992600832f0bf369071e6f (diff) | |
download | ports-f05888cb2b5c82e9cd91c04e502eb24a02c0e45f.tar.gz ports-f05888cb2b5c82e9cd91c04e502eb24a02c0e45f.zip |
lang/rust-bootstrap: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | lang/rust-bootstrap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index a014052ec0c3..5ecac09b96e0 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -30,7 +30,8 @@ FLAVORS= aarch64 amd64 armv6 armv7 i386 powerpc64_elfv1 powerpc64_elfv2 \ powerpc64le powerpc FLAVOR?= ${FLAVORS:[1]} -USES= ninja:build perl5 python:3.6+,build tar:xz +USES= cpe ninja:build perl5 python:3.6+,build tar:xz +CPE_VENDOR= ${PORTNAME}-lang .if ${FLAVOR} == powerpc64_elfv1 USE_GCC= 9:build .endif |