git: 3eb8f3f12a23 - main - security/rhash: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 13:18:40 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3eb8f3f12a23671cb556c8e8a3779c13f0861b6c
commit 3eb8f3f12a23671cb556c8e8a3779c13f0861b6c
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-13 13:15:40 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-13 13:15:40 +0000
security/rhash: Add CPE information
Approved by: portmgr (blanket)
---
security/rhash/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/security/rhash/Makefile b/security/rhash/Makefile
index 0ee04111f25a..9787b2f5c42a 100644
--- a/security/rhash/Makefile
+++ b/security/rhash/Makefile
@@ -24,6 +24,9 @@ CONFIGURE_ARGS= --prefix="${PREFIX}" --mandir="${PREFIX}/man" \
--enable-lib-static --enable-openssl-runtime \
--extra-cflags="${CFLAGS}" --extra-ldflags="${LDFLAGS}"
INSTALL_TARGET= install install-lib-so-link install-pkg-config
+
+USES= cpe
+CPE_VENDOR= ${PORTNAME}_project
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/RHash-${PORTVERSION}