git: 4fc119d3f637 - main - comms/pear-Horde_SyncMl: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Tue, 05 Oct 2021 20:01:44 UTC
The branch main has been updated by decke:

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

commit 4fc119d3f6377099a790c2ec8dbd5f8c6cc1da1e
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-05 19:25:44 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-05 20:01:13 +0000

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

diff --git a/comms/pear-Horde_SyncMl/Makefile b/comms/pear-Horde_SyncMl/Makefile
index bfcaaf34aa28..f95d8663751b 100644
--- a/comms/pear-Horde_SyncMl/Makefile
+++ b/comms/pear-Horde_SyncMl/Makefile
@@ -7,7 +7,7 @@ CATEGORIES=	comms www pear
 MAINTAINER=	horde@FreeBSD.org
 COMMENT=	Horde API for processing SyncML requests
 
-USES=	horde
+USES=		cpe horde
 USE_HORDE_RUN=	Horde_Date \
 		Horde_Icalendar \
 		Horde_Log \
@@ -20,4 +20,6 @@ USE_HORDE_RUN=	Horde_Date \
 USE_HORDE_RUN+= Horde_Auth \
 		Horde_Core
 
+CPE_VENDOR=	horde
+
 .include <bsd.port.mk>