git: f3805200913d - main - net/liboping: Add CPE information

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

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

commit f3805200913d49061f6afeffba8d6e925114d328
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 14:26:54 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 14:26:54 +0000

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

diff --git a/net/liboping/Makefile b/net/liboping/Makefile
index 17eefdaa23d9..97da20af7ae5 100644
--- a/net/liboping/Makefile
+++ b/net/liboping/Makefile
@@ -12,7 +12,8 @@ COMMENT=	Liboping, a C library, and utility to generate ICMP echo requests
 LICENSE=	LGPL21+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		libtool ncurses perl5 shebangfix
+USES=		cpe libtool ncurses perl5 shebangfix
+CPE_VENDOR=	noping
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-pkgconfigdir="${PREFIX}/libdata/pkgconfig"