git: 6b7197b4ab3d - main - www/p5-CGI-Compile: Add missing DEPENDS

From: Wen Heping <wen_at_FreeBSD.org>
Date: Tue, 09 May 2023 02:46:13 UTC
The branch main has been updated by wen:

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

commit 6b7197b4ab3d584cff9ad341821f3bc07aef4a59
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-05-09 02:44:40 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2023-05-09 02:44:40 +0000

    www/p5-CGI-Compile: Add missing DEPENDS
    
    Reported by:    shin@kojima.org(via email)
---
 www/p5-CGI-Compile/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/p5-CGI-Compile/Makefile b/www/p5-CGI-Compile/Makefile
index 11cbacb27d58..9133bc21e787 100644
--- a/www/p5-CGI-Compile/Makefile
+++ b/www/p5-CGI-Compile/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	CGI-Compile
 PORTVERSION=	0.25
+PORTREVISION=	1
 CATEGORIES=	www perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
@@ -14,7 +15,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 \