diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-03-09 16:15:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-03-09 16:15:27 +0800 |
commit | be14a630356dd9ca0447e747fcb5fd5f86e11093 (patch) | |
tree | 8b3b0f16ea0f0f44ecdf712b61d831da00a3f458 /devel | |
parent | 75396f544c65cc9bc8f9a39fd6e7cb6142e4642a (diff) | |
download | freebsd-ports-gnome-be14a630356dd9ca0447e747fcb5fd5f86e11093.tar.gz freebsd-ports-gnome-be14a630356dd9ca0447e747fcb5fd5f86e11093.tar.zst freebsd-ports-gnome-be14a630356dd9ca0447e747fcb5fd5f86e11093.zip |
- Remove PERL_LEVEL check: perl5.8 and perl5.10 are removed
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IO-Pty-Easy/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/p5-IO-Pty-Easy/Makefile b/devel/p5-IO-Pty-Easy/Makefile index 28519642a75b..79e61d005a63 100644 --- a/devel/p5-IO-Pty-Easy/Makefile +++ b/devel/p5-IO-Pty-Easy/Makefile @@ -21,10 +21,4 @@ PERL_CONFIGURE= yes MAN3= IO::Pty::Easy.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 501001 -TEST_DEPENDS+= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |