From 6adec6770e4c7c27ec5783e65c447c4e45e37f79 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Tue, 15 Aug 2006 08:54:05 +0000 Subject: [PATCH] - can't build on perl level < 5.6 PR: ports/102067 Submitted by: maintainer (Jin-Shan Tseng) --- math/p5-Data-Float/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/math/p5-Data-Float/Makefile b/math/p5-Data-Float/Makefile index 61ea3cc615fd..3fb8a5a32fe3 100644 --- a/math/p5-Data-Float/Makefile +++ b/math/p5-Data-Float/Makefile @@ -19,4 +19,10 @@ PERL_CONFIGURE= yes MAN3= Data::Float.3 -.include +.include + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again +.endif + +.include