git: bd59773084d3 - main - devel/p5-Data-Dumper-Interp: Update TEST_DEPENDS

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

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

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

    devel/p5-Data-Dumper-Interp: Update TEST_DEPENDS
    
    - While I'm here, add NO_ARCH
    
    Math-BigRat has been merged into Math-BigInt since 2.000000.
    And math/p5-Math-BigRat has been removed from the ports tree.
    
    Approved by:    portmgr (blanket)
    With hat:       perl
---
 devel/p5-Data-Dumper-Interp/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/p5-Data-Dumper-Interp/Makefile b/devel/p5-Data-Dumper-Interp/Makefile
index 1bff0c6de645..3e1fd54aa96e 100644
--- a/devel/p5-Data-Dumper-Interp/Makefile
+++ b/devel/p5-Data-Dumper-Interp/Makefile
@@ -19,8 +19,7 @@ RUN_DEPENDS=	p5-Data-Dumper>=0:devel/p5-Data-Dumper \
 		p5-Term-ReadKey>=0:devel/p5-Term-ReadKey
 TEST_DEPENDS=	p5-Data-Compare>=0:devel/p5-Data-Compare \
 		p5-Guard>=0:devel/p5-Guard \
-		p5-Math-BigInt>=1.999837:math/p5-Math-BigInt \
-		p5-Math-BigRat>=0.2624:math/p5-Math-BigRat \
+		p5-Math-BigInt>=2.000000:math/p5-Math-BigInt \
 		p5-Test2-Suite>=0:devel/p5-Test2-Suite \
 		p5-autovivification>=0:devel/p5-autovivification \
 		p5-bignum>=0:math/p5-bignum \
@@ -30,4 +29,6 @@ TEST_DEPENDS=	p5-Data-Compare>=0:devel/p5-Data-Compare \
 USES=		perl5
 USE_PERL5=	configure
 
+NO_ARCH=	yes
+
 .include <bsd.port.mk>