git: 153510f0b0de - main - sysutils/file: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Wed, 13 Oct 2021 13:53:10 UTC
The branch main has been updated by se:

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

commit 153510f0b0de3a66bf876b49a73470bafc59298f
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-13 13:51:15 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-13 13:52:58 +0000

    sysutils/file: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 sysutils/file/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile
index a9d5cafe1360..0a36cbb249ad 100644
--- a/sysutils/file/Makefile
+++ b/sysutils/file/Makefile
@@ -14,7 +14,8 @@ COMMENT=	Utility to determine file type
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool
+USES=		cpe libtool
+CPE_VENDOR=	${PORTNAME}_project
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes