diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 14:27:08 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-21 14:27:08 +0000 |
commit | 34e47949a4236cde98b48ced86884cecd706550f (patch) | |
tree | bc362521458ca2df976c645954f90cc08a8a1710 | |
parent | 1b13406a3df6ddef6978df6ad099bca8637fb868 (diff) |
security/veracrypt: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | security/veracrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/veracrypt/Makefile b/security/veracrypt/Makefile index 0085f27e9b9b..229f5267d9ac 100644 --- a/security/veracrypt/Makefile +++ b/security/veracrypt/Makefile @@ -13,7 +13,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/sudo:security/sudo LICENSE_FILE= ${DOCSDIR}/LICENSE -USES= compiler:c++11-lang desktop-file-utils fuse gmake iconv pkgconfig tar:bz2 +USES= compiler:c++11-lang cpe desktop-file-utils fuse gmake iconv pkgconfig tar:bz2 +CPE_VENDOR= idrix USE_WX= 3.0+ NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/src |