aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-10 20:00:11 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-10 21:17:44 +0000
commitd197c2b10edd2accaac948da5f4218b9ab17677b (patch)
tree058e5854008485682b7112c60e608b7e22353f42
parentfb97bce7ffc39aadcd7da81d38fd219e40ad98cf (diff)
downloadports-d197c2b10edd2accaac948da5f4218b9ab17677b.tar.gz
ports-d197c2b10edd2accaac948da5f4218b9ab17677b.zip
security/cracklib: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--security/cracklib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile
index fce91efb4971..3b3d5336522c 100644
--- a/security/cracklib/Makefile
+++ b/security/cracklib/Makefile
@@ -16,7 +16,9 @@ DICTFILE= ${DICTPATH}/cracklib-words
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-default-dict=${DICTFILE}
INSTALL_TARGET= install-strip
-USES= libtool tar:bz2
+USES= cpe libtool tar:bz2
+
+CPE_VENDOR= cracklib_project
WORDS_DISTFILE= ${PORTNAME}-words-${PORTVERSION}.bz2