git: 8b0eb02c2efe - main - databases/clickhouse: fix build on CURRENT

From: Dave Cottlehuber <dch_at_FreeBSD.org>
Date: Sat, 09 Jul 2022 19:50:42 UTC
The branch main has been updated by dch:

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

commit 8b0eb02c2efed83a4207860142a34605621d0e42
Author:     Trond Endrestol <Trond.Endrestol@ximalas.info>
AuthorDate: 2022-07-09 19:48:19 +0000
Commit:     Dave Cottlehuber <dch@FreeBSD.org>
CommitDate: 2022-07-09 19:50:04 +0000

    databases/clickhouse: fix build on CURRENT
    
    perl5 is pulled in via llvm13 during build, but llvm14 does not
    have this dependency. Leave PORTREVISION alone as no rebuilds
    are required.
    
    PR:             261561
    Approved by:    olevole@olevole.ru (maintainer)
    Sponsored by:   SkunkWerks, GmbH
---
 databases/clickhouse/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/databases/clickhouse/Makefile b/databases/clickhouse/Makefile
index 2e8b445b105a..0b1c0122a3e9 100644
--- a/databases/clickhouse/Makefile
+++ b/databases/clickhouse/Makefile
@@ -17,7 +17,8 @@ ONLY_FOR_ARCHS_REASON=	only supported on aarch64 and amd64
 BUILD_DEPENDS=	bash:shells/bash
 RUN_DEPENDS=	bash:shells/bash
 
-USES=		cmake cpe localbase python shebangfix
+USES=		cmake cpe localbase perl5 python shebangfix
+USE_PERL5=	build
 
 CPE_VENDOR=	yandex