git: 704e568aa30d - main - security/libpwquality: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 03 Jan 2022 15:01:40 UTC
The branch main has been updated by decke: URL: https://cgit.FreeBSD.org/ports/commit/?id=704e568aa30dabd051ba130205b3e232558cb6e9 commit 704e568aa30dabd051ba130205b3e232558cb6e9 Author: Bernhard Froehlich <decke@FreeBSD.org> AuthorDate: 2022-01-03 14:53:23 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2022-01-03 14:53:23 +0000 security/libpwquality: Add CPE information Approved by: portmgr (blanket) --- security/libpwquality/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/libpwquality/Makefile b/security/libpwquality/Makefile index 94d49807ceda..5965b0f51062 100644 --- a/security/libpwquality/Makefile +++ b/security/libpwquality/Makefile @@ -14,9 +14,10 @@ LICENSE_PERMS_LIBPWQUALITY= dist-mirror dist-sell pkg-mirror pkg-sell auto-accep LIB_DEPENDS= libcrack.so:security/cracklib -USES= gmake libtool localbase pathfix tar:bz2 +USES= cpe gmake libtool localbase pathfix tar:bz2 GNU_CONFIGURE= yes USE_LDCONFIG= yes +CPE_VENDOR= libpwquality_project CONFIGURE_ARGS+=--disable-pam INSTALL_TARGET= install-strip