aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2023-05-09 02:44:40 +0000
committerWen Heping <wen@FreeBSD.org>2023-05-09 02:44:40 +0000
commit6b7197b4ab3d584cff9ad341821f3bc07aef4a59 (patch)
tree2c97efd6c28b5461390d349462e56acbaa5bf269
parent25015164dbaecad3402a40cb148514b8119814ed (diff)
downloadports-6b7197b4ab3d584cff9ad341821f3bc07aef4a59.tar.gz
ports-6b7197b4ab3d584cff9ad341821f3bc07aef4a59.zip
www/p5-CGI-Compile: Add missing DEPENDS
Reported by: shin@kojima.org(via email)
-rw-r--r--www/p5-CGI-Compile/Makefile4
1 files changed, 3 insertions, 1 deletions
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 \