[Bug 261561] databases/clickhouse: needs Perl on >= 14.0

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 25 Feb 2022 17:21:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261561

--- Comment #2 from Trond.Endrestol@ximalas.info ---
Comment on attachment 231434
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=231434
Patch for databases/clickhouse/Makefile unconditionally pulling in Perl

diff --git a/databases/clickhouse/Makefile b/databases/clickhouse/Makefile
index a08b6081557b..4c5b4464d36c 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

-- 
You are receiving this mail because:
You are the assignee for the bug.