git: 2f47e588998a - main - dns/adns: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Fri, 08 Oct 2021 09:06:01 UTC
The branch main has been updated by decke:

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

commit 2f47e588998a5c2e6e18a3aea1ce3401579ac16c
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 09:03:12 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 09:03:12 +0000

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

diff --git a/dns/adns/Makefile b/dns/adns/Makefile
index d623622403ad..5125bf0f36ba 100644
--- a/dns/adns/Makefile
+++ b/dns/adns/Makefile
@@ -12,11 +12,13 @@ LICENSE=	GPLv3
 
 BUILD_DEPENDS=	m4>=1.4.11:devel/m4
 
-USES=		gmake
+USES=		cpe gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 PORTSCOUT=	skipv:1.5.0~rc0,1.5.0~rc1
 
+CPE_VENDOR=	gnu
+
 BINARY_ALIAS=	m4=${LOCALBASE}/bin/gm4
 LIBVERSION=	1
 PLIST_SUB+=	LIBVERSION="${LIBVERSION}"