summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-28 01:58:07 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-28 01:58:07 +0000
commitf64431c18977b772341ae70ec5de1fe4cb8b078a (patch)
treecd0a4f55741f0e156e235d6f07326c935e52503b /shells
parent- Fix build on i386 (diff)
- Remove outdated PERL_LEVEL check
Notes
Notes: svn path=/head/; revision=346424
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>