git: ea3722159e94 - main - archivers/zip: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Wed Sep 8 20:53:53 UTC 2021


The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ea3722159e94d7b78fc14ffb6bbd750ccef401c0

commit ea3722159e94d7b78fc14ffb6bbd750ccef401c0
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-08 20:08:37 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-08 20:53:31 +0000

    archivers/zip: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 archivers/zip/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile
index ab00a25b8d7d..96e7e006b48c 100644
--- a/archivers/zip/Makefile
+++ b/archivers/zip/Makefile
@@ -14,6 +14,10 @@ COMMENT=	Create/update ZIP files compatible with PKZIP
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+USES=		cpe
+
+CPE_VENDOR=	info-zip_project
+
 OPTIONS_DEFINE=	DOCS
 
 MAKEFILE=	unix/Makefile


More information about the dev-commits-ports-main mailing list