Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Oct 2024 05:32:31 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 47a23388bd96 - main - devel/p5-Parse-LocalDistribution: Fix version requirement of BUILD_DEPENDS
Message-ID:  <202410140532.49E5WVeH073476@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit 47a23388bd9615c24cc8f3cc711982399875b923
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-10-14 04:56:04 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-10-14 05:26:24 +0000

    devel/p5-Parse-LocalDistribution: Fix version requirement of BUILD_DEPENDS
---
 devel/p5-Parse-LocalDistribution/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/p5-Parse-LocalDistribution/Makefile b/devel/p5-Parse-LocalDistribution/Makefile
index 5a7a7b1fb01a..c6d8778f2103 100644
--- a/devel/p5-Parse-LocalDistribution/Makefile
+++ b/devel/p5-Parse-LocalDistribution/Makefile
@@ -11,8 +11,8 @@ WWW=		https://metacpan.org/release/Parse-LocalDistribution
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	${RUN_DEPENDS} \
-		p5-ExtUtils-MakeMaker-CPANfile>=0.07:devel/p5-ExtUtils-MakeMaker-CPANfile
+BUILD_DEPENDS=	p5-ExtUtils-MakeMaker-CPANfile>=0.09:devel/p5-ExtUtils-MakeMaker-CPANfile \
+		${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Parse-PMFile>=0.37:devel/p5-Parse-PMFile
 TEST_DEPENDS=	p5-Test-UseAllModules>=0.10:devel/p5-Test-UseAllModules
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410140532.49E5WVeH073476>