[PATCH] www/p5-CGI-Compile: Add devel/p5-Sub-Name to RUN_DEPENDS

From: Shin Kojima <shin_at_kojima.org>
Date: Mon, 08 May 2023 23:56:50 UTC
As of version 0.24, CGI::Compile requires Sub::Name package to run.
This small patch will fix its Makefile according to the cpanfile.

https://metacpan.org/release/RKITOVER/CGI-Compile-0.25/source/Changes#L6-7
> 0.24  2020-01-30 13:59:56 UTC
>         - use better packages/subnames for coderefs

https://metacpan.org/release/RKITOVER/CGI-Compile-0.25/source/cpanfile#L3
> requires 'Sub::Name';

Signed-off-by: Shin Kojima <shin@kojima.org>
---
 www/p5-CGI-Compile/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www/p5-CGI-Compile/Makefile b/www/p5-CGI-Compile/Makefile
index 11cbacb27d58..23d5aa62566d 100644
--- a/www/p5-CGI-Compile/Makefile
+++ b/www/p5-CGI-Compile/Makefile
@@ -14,7 +14,8 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	\
-	p5-File-pushd>0:devel/p5-File-pushd
+	p5-File-pushd>0:devel/p5-File-pushd \
+	p5-Sub-Name>0:devel/p5-Sub-Name
 TEST_DEPENDS=	\
 	p5-Test-NoWarnings>0:devel/p5-Test-NoWarnings \
 	p5-Test-Requires>0:devel/p5-Test-Requires \
-- 
2.40.0