aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Term-VT102-Boundless/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Term-VT102-Boundless/Makefile')
-rw-r--r--devel/p5-Term-VT102-Boundless/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/devel/p5-Term-VT102-Boundless/Makefile b/devel/p5-Term-VT102-Boundless/Makefile
index c40b6b9aa0bc..fea6698f5ea9 100644
--- a/devel/p5-Term-VT102-Boundless/Makefile
+++ b/devel/p5-Term-VT102-Boundless/Makefile
@@ -13,9 +13,14 @@ COMMENT= Subclass to emulate boundless DEC VT102 terminal
BUILD_DEPENDS= p5-Term-VT102>=0:${PORTSDIR}/devel/p5-Term-VT102
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
USES= perl5
USE_PERL5= configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 502200
+TEST_DEPENDS+= p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple
+.endif
+
+.include <bsd.port.post.mk>