git: f9986d0b667d - main - Mk/Uses/perl5.mk: Update USE_PERL5=modbuild
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 28 Jan 2025 17:07:35 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9986d0b667da7a25fe3e168e6848a3c6fd17960 commit f9986d0b667da7a25fe3e168e6848a3c6fd17960 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-01-28 16:58:20 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-01-28 17:05:00 +0000 Mk/Uses/perl5.mk: Update USE_PERL5=modbuild p5-Net-OAuth 0.30 requires Module::Build 0.4234. --- Mk/Uses/perl5.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/Uses/perl5.mk b/Mk/Uses/perl5.mk index 627a86a9aac4..9f34715e9eeb 100644 --- a/Mk/Uses/perl5.mk +++ b/Mk/Uses/perl5.mk @@ -202,7 +202,7 @@ DESTDIRNAME= --destdir . if ${_USE_PERL5:Mmodbuild} CONFIGURE_ARGS+=--perl="${PERL}" . if ${PORTNAME} != Module-Build -BUILD_DEPENDS+= p5-Module-Build>=0.4206:devel/p5-Module-Build +BUILD_DEPENDS+= p5-Module-Build>=0.4234:devel/p5-Module-Build . endif CONFIGURE_ARGS+=--create_packlist 1 . endif