aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-15 08:54:05 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-15 08:54:05 +0000
commit6adec6770e4c7c27ec5783e65c447c4e45e37f79 (patch)
tree3399a517ec519e0c13514264cea3a65d97c98dbd /math
parente53c8bc6a1aa4b7ad6b853950dcb973c1cb5b149 (diff)
downloadports-6adec6770e4c7c27ec5783e65c447c4e45e37f79.tar.gz
ports-6adec6770e4c7c27ec5783e65c447c4e45e37f79.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/p5-Data-Float/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires Perl 5.6.0 or newer. Install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>