1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

archivers/unrar: Add CPE information

Approved by:	portmgr (blanket)
This commit is contained in:
Bernhard Froehlich 2021-09-06 19:54:18 +00:00
parent bb730986ac
commit 17e0a02dec
No known key found for this signature in database
GPG Key ID: 4DD88C3F9F3B8333

View File

@ -16,7 +16,9 @@ LICENSE_FILE= ${WRKSRC}/license.txt
LICENSE_NAME= UnRAR license
LICENSE_PERMS= auto-accept dist-mirror pkg-mirror
USES+= compiler:c++11-lang
USES+= compiler:c++11-lang cpe
CPE_VENDOR= rarlab
LDFLAGS+= -lpthread
MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}" STRIP="${STRIP_CMD}"