aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-02-28 09:58:07 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-02-28 09:58:07 +0800
commite83b5594af6f929f0ff9759619c8dceeeb6284b3 (patch)
treecd0a4f55741f0e156e235d6f07326c935e52503b /shells
parent9704c1e6c8d7b6c6ee98ce2b1f9724aee53ebbb1 (diff)
downloadfreebsd-ports-gnome-e83b5594af6f929f0ff9759619c8dceeeb6284b3.tar.gz
freebsd-ports-gnome-e83b5594af6f929f0ff9759619c8dceeeb6284b3.tar.zst
freebsd-ports-gnome-e83b5594af6f929f0ff9759619c8dceeeb6284b3.zip
- Remove outdated PERL_LEVEL check
Diffstat (limited to 'shells')
-rw-r--r--shells/p5-Bash-Completion/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/shells/p5-Bash-Completion/Makefile b/shells/p5-Bash-Completion/Makefile
index 95635f95776f..e4979b9107bc 100644
--- a/shells/p5-Bash-Completion/Makefile
+++ b/shells/p5-Bash-Completion/Makefile
@@ -21,10 +21,4 @@ TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
USE_PERL5= configure
USES= perl5
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501400
-TEST_DEPENDS+= p5-Test-Simple>=0.98:${PORTSDIR}/devel/p5-Test-Simple
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>