aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2012-03-13 16:06:17 +0800
committersunpoet <sunpoet@FreeBSD.org>2012-03-13 16:06:17 +0800
commit975d1ec5b0cbcbdab886fdf7eb335d4e4fdd2742 (patch)
tree70be80d63f37dfa31537edccbe6a76728dbadf8f /devel
parent23d468f719c3d3647f06ce081db2fafb1a8de968 (diff)
downloadfreebsd-ports-gnome-975d1ec5b0cbcbdab886fdf7eb335d4e4fdd2742.tar.gz
freebsd-ports-gnome-975d1ec5b0cbcbdab886fdf7eb335d4e4fdd2742.tar.zst
freebsd-ports-gnome-975d1ec5b0cbcbdab886fdf7eb335d4e4fdd2742.zip
- Restore PERL_LEVEL check
Feature safe: yes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-IO-Pty-Easy/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-IO-Pty-Easy/Makefile b/devel/p5-IO-Pty-Easy/Makefile
index 79e61d005a63..28519642a75b 100644
--- a/devel/p5-IO-Pty-Easy/Makefile
+++ b/devel/p5-IO-Pty-Easy/Makefile
@@ -21,4 +21,10 @@ PERL_CONFIGURE= yes
MAN3= IO::Pty::Easy.3
-.include <bsd.port.mk>
+.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>