git: 3321f19d6e31 - main - www/tinyproxy: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 14 Oct 2021 21:34:50 UTC
The branch main has been updated by se:

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

commit 3321f19d6e31ab80e9db0e4fc922f5a709c6d251
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:31:00 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:31:00 +0000

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

diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile
index c51ccb7b4525..be3df332f45f 100644
--- a/www/tinyproxy/Makefile
+++ b/www/tinyproxy/Makefile
@@ -13,7 +13,8 @@ COMMENT=	Small, efficient HTTP proxy server
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake tar:xz
+USES=		cpe gmake tar:xz
+CPE_VENDOR=	${PORTNAME}_project
 
 CONFIGURE_ARGS=	--bindir=${PREFIX}/sbin \
 		--disable-manpage_support \