aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:08:39 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-12-19 20:08:39 +0000
commit2116a8b488da2323c9e40bb5dc71883f8fb45dee (patch)
tree0a34adc857af37fc9d8c2a15da38b5561ab0f75c /shells
parent88ee161350532f4c3b58a5786a78749855810d14 (diff)
downloadports-2116a8b488da2323c9e40bb5dc71883f8fb45dee.tar.gz
ports-2116a8b488da2323c9e40bb5dc71883f8fb45dee.zip
Remove Perl core module
- Bump PORTREVISION for dependency change
Notes
Notes: svn path=/head/; revision=558514
Diffstat (limited to 'shells')
-rw-r--r--shells/p5-Bash-Completion/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/p5-Bash-Completion/Makefile b/shells/p5-Bash-Completion/Makefile
index 3a4c796de846..2c5436cf31fd 100644
--- a/shells/p5-Bash-Completion/Makefile
+++ b/shells/p5-Bash-Completion/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Bash-Completion
PORTVERSION= 0.008
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= shells perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:MELO
@@ -16,8 +16,7 @@ LICENSE= ART20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
-RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
- p5-Module-Load>=0.22:devel/p5-Module-Load
+RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep
USES= perl5