git: b93701a3e70e - main - security/p5-CPAN-Audit: Add BUILD_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 21 Feb 2024 15:37:35 UTC
The branch main has been updated by sunpoet:

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

commit b93701a3e70e8becfd5554cc2b57b323a18d6eef
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-02-21 15:01:27 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-02-21 15:11:06 +0000

    security/p5-CPAN-Audit: Add BUILD_DEPENDS
    
    - Update version requirement of *_DEPENDS
---
 security/p5-CPAN-Audit/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/security/p5-CPAN-Audit/Makefile b/security/p5-CPAN-Audit/Makefile
index 61506862abb8..655fdfd270c3 100644
--- a/security/p5-CPAN-Audit/Makefile
+++ b/security/p5-CPAN-Audit/Makefile
@@ -11,8 +11,9 @@ WWW=		https://metacpan.org/dist/CPAN-Audit
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-CPAN-DistnameInfo>=0:devel/p5-CPAN-DistnameInfo \
-		p5-IO-Interactive>=0:devel/p5-IO-Interactive \
+		p5-IO-Interactive>=0,1:devel/p5-IO-Interactive \
 		p5-JSON>=0:converters/p5-JSON \
 		p5-Module-CPANfile>=0:devel/p5-Module-CPANfile \
 		p5-Module-Extract-VERSION>=0:devel/p5-Module-Extract-VERSION