git: f4e895b252c9 - main - net/p5-URI: Add BUILD_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 13 Oct 2025 06:34:17 UTC
The branch main has been updated by sunpoet:

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

commit f4e895b252c95d8dc294c91cb57c80ed56a275e1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-13 06:25:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-13 06:25:09 +0000

    net/p5-URI: Add BUILD_DEPENDS
---
 net/p5-URI/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net/p5-URI/Makefile b/net/p5-URI/Makefile
index 5b4d9e6a5887..1f8316ecb1d8 100644
--- a/net/p5-URI/Makefile
+++ b/net/p5-URI/Makefile
@@ -12,6 +12,7 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-MIME-Base32>=0:converters/p5-MIME-Base32 \
 		p5-MIME-Base64>=0:converters/p5-MIME-Base64
 TEST_DEPENDS=	p5-Test-Fatal>=0:devel/p5-Test-Fatal \