diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 14:27:02 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 14:27:02 +0000 |
commit | d2b0cb7142f4d0681c87f2c95c01741b0ece9073 (patch) | |
tree | 924d96927b97e5b9489ba55bf8c6c9f86e21135b | |
parent | 6de78f9c48086223fd3fc344d974a8a08c62cf8a (diff) | |
download | ports-d2b0cb7142f4d0681c87f2c95c01741b0ece9073.tar.gz ports-d2b0cb7142f4d0681c87f2c95c01741b0ece9073.zip |
security/botan2: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | security/botan2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/botan2/Makefile b/security/botan2/Makefile index 1d1ce7043755..359183b38454 100644 --- a/security/botan2/Makefile +++ b/security/botan2/Makefile @@ -15,7 +15,8 @@ BROKEN_armv6= include/arm_neon.h:28:2: error: "NEON support not enabled" LIB_DEPENDS= libboost_filesystem.so:devel/boost-libs -USES= compiler:c++11-lang gmake shebangfix tar:xz +USES= compiler:c++11-lang cpe gmake shebangfix tar:xz +CPE_VENDOR= ${PORTNAME}_project USE_LDCONFIG= yes SHEBANG_FILES= configure.py src/python/botan2.py src/scripts/install.py |