Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Oct 2021 14:35:22 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 552d88689464 - main - net/pichi: Add CPE information
Message-ID:  <202110211435.19LEZMOi072292@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

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

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

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

diff --git a/net/pichi/Makefile b/net/pichi/Makefile
index c887e203d6ad..a02d8770313e 100644
--- a/net/pichi/Makefile
+++ b/net/pichi/Makefile
@@ -10,7 +10,8 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	rapidjson>=1.1.0:devel/rapidjson
 
-USES=		cmake compiler:c++17-lang
+USES=		cmake compiler:c++17-lang cpe
+CPE_VENDOR=	${PORTNAME}_project
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	pichi-router



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110211435.19LEZMOi072292>