git: 85f28f012231 - main - databases/p5-DBD-CSV: Fix 74180f107acbf8fe5e87d9437d875067d9539e15

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 03 Feb 2025 16:08:56 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=85f28f01223161220b44b8fee083af4cb83b701f

commit 85f28f01223161220b44b8fee083af4cb83b701f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:31:59 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:05 +0000

    databases/p5-DBD-CSV: Fix 74180f107acbf8fe5e87d9437d875067d9539e15
---
 databases/p5-DBD-CSV/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile
index c9856642f226..d0440a93bef8 100644
--- a/databases/p5-DBD-CSV/Makefile
+++ b/databases/p5-DBD-CSV/Makefile
@@ -15,7 +15,7 @@ LICENSE_COMB=	dual
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-DBI>=1.628:databases/p5-DBI \
 		p5-SQL-Statement>=1.405:databases/p5-SQL-Statement \
-		p5-Text-CSV_XS>=1.44:textproc/p5-Text-CSV_XS
+		p5-Text-CSV_XS>=1.01:textproc/p5-Text-CSV_XS
 
 USES=		perl5 tar:tgz
 USE_PERL5=	configure