diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-02-28 09:58:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-02-28 09:58:07 +0800 |
commit | e83b5594af6f929f0ff9759619c8dceeeb6284b3 (patch) | |
tree | cd0a4f55741f0e156e235d6f07326c935e52503b /shells | |
parent | 9704c1e6c8d7b6c6ee98ce2b1f9724aee53ebbb1 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |