git: f4fedcdd7e45 - main - dns/hesiod: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Mon, 18 Oct 2021 19:26:30 UTC
The branch main has been updated by se:

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

commit f4fedcdd7e45ee740c745f4463473f70e403168a
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-18 19:18:55 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-18 19:25:54 +0000

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

diff --git a/dns/hesiod/Makefile b/dns/hesiod/Makefile
index d99e241d0f12..9e96fe8aa7b4 100644
--- a/dns/hesiod/Makefile
+++ b/dns/hesiod/Makefile
@@ -15,7 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 OPTIONS_DEFINE=	IDN
 OPTIONS_DEFAULT=IDN
 
-USES=		libtool pathfix
+USES=		cpe libtool pathfix
+CPE_VENDOR=	${PORTNAME}_project
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes