git: 4bd7c48c9409 - main - net/librsync: Add CPE information

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

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

commit 4bd7c48c9409e3c1d239ed114d9eb506ae56da05
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:47:18 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:47:18 +0000

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

diff --git a/net/librsync/Makefile b/net/librsync/Makefile
index 6bbd9f50c2dc..a6a5407f9734 100644
--- a/net/librsync/Makefile
+++ b/net/librsync/Makefile
@@ -13,9 +13,11 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libpopt.so:devel/popt
 
-USES=		cmake compiler:c11 perl5
+USES=		cmake compiler:c11 cpe perl5
 USE_PERL5=	test
 
+CPE_VENDOR=	librsync_project
+
 TEST_TARGET=	check
 USE_LDCONFIG=	yes