git: ef0a3333312a - main - devel/p5-Log-Log4perl-Layout-JSON: Improve port

From: Vladimir Druzenko <vvd_at_FreeBSD.org>
Date: Sat, 07 Mar 2026 12:12:52 UTC
The branch main has been updated by vvd:

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

commit ef0a3333312a816ac5845e9084dfb6603f8828c2
Author:     Sergei Vyshenski <svysh.fbsd@gmail.com>
AuthorDate: 2026-03-07 12:00:06 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-03-07 12:00:06 +0000

    devel/p5-Log-Log4perl-Layout-JSON: Improve port
    
    - correct WWW field
    - correct *_DEPENDS syntax
    
    PR:     293623
---
 devel/p5-Log-Log4perl-Layout-JSON/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/devel/p5-Log-Log4perl-Layout-JSON/Makefile b/devel/p5-Log-Log4perl-Layout-JSON/Makefile
index 5399dc7cb6e7..b8f6ce74b687 100644
--- a/devel/p5-Log-Log4perl-Layout-JSON/Makefile
+++ b/devel/p5-Log-Log4perl-Layout-JSON/Makefile
@@ -2,20 +2,22 @@ PORTNAME=	Log-Log4perl-Layout-JSON
 DISTVERSION=	0.61
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:MSCHOUT
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	svysh.fbsd@gmail.com
 COMMENT=	Layout a log message as a JSON hash, including MDC data
-WWW=		https://metacpan.org/release/Log-Log4perl
+WWW=		https://metacpan.org/dist/Log-Log4perl-Layout-JSON
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Class-Tiny>=0:devel/p5-Class-Tiny \
+BR_DEPENDS=	p5-Class-Tiny>=0:devel/p5-Class-Tiny \
 		p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
 		p5-Log-Log4perl>=0:devel/p5-Log-Log4perl
+BUILD_DEPENDS=	${BR_DEPENDS}
+RUN_DEPENDS=	${BR_DEPENDS}
 TEST_DEPENDS=	p5-Test-Most>=0:devel/p5-Test-Most \
 		p5-Test-Warnings>=0:devel/p5-Test-Warnings