git: fb122dfe54a9 - main - www/apt-cacher-ng: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Sat, 23 Oct 2021 19:51:17 UTC
The branch main has been updated by se:

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

commit fb122dfe54a94229a9d7afb07dbf1cfd1457510a
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-23 19:50:58 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-23 19:51:14 +0000

    www/apt-cacher-ng: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 www/apt-cacher-ng/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/apt-cacher-ng/Makefile b/www/apt-cacher-ng/Makefile
index 4c7e7c56e73e..6fcfb669435b 100644
--- a/www/apt-cacher-ng/Makefile
+++ b/www/apt-cacher-ng/Makefile
@@ -13,7 +13,9 @@ LICENSE_NAME=	Eduard Bloch license
 LICENSE_FILE=	${WRKSRC}/COPYING
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-USES=		compiler:c++11-lang cmake tar:xz
+USES=		compiler:c++11-lang cmake cpe tar:xz
+CPE_VENDOR=	${PORTNAME}_project
+
 USE_RC_SUBR=	apt_cacher_ng
 
 CMAKE_ARGS=	-DLIBDIR:PATH=${DATADIR} \