From 99b72afa4bc9cb570e34e7f0ae0d0e0bba5c86e0 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Fri, 5 Sep 2003 09:19:44 +0000 Subject: Mark IGNORE for perl < 5.6.x PR: 56479 Submitted by: bento, Mark Linimon --- comms/p5-Device-SerialPort/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'comms/p5-Device-SerialPort') diff --git a/comms/p5-Device-SerialPort/Makefile b/comms/p5-Device-SerialPort/Makefile index e8d8284b7a77..be8a3ba6e57b 100644 --- a/comms/p5-Device-SerialPort/Makefile +++ b/comms/p5-Device-SerialPort/Makefile @@ -21,4 +21,10 @@ PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Device::SerialPort.3 -.include +.include + +.if ${PERL_LEVEL} < 500601 +IGNORE= "needs at least perl 5.6.1 to build" +.endif + +.include -- cgit v1.2.3