aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Math-Cephes
diff options
context:
space:
mode:
authoraaron <aaron@FreeBSD.org>2006-05-31 04:27:19 +0800
committeraaron <aaron@FreeBSD.org>2006-05-31 04:27:19 +0800
commita8cc4208dfa65c8544dbe255b1ac3df80c97f900 (patch)
tree8a14343fcdb2884358e5d9d94dfa33b887aef325 /math/p5-Math-Cephes
parent9a44f1e39cde0fdd2057ae86ebc93ee3b245d93a (diff)
downloadfreebsd-ports-gnome-a8cc4208dfa65c8544dbe255b1ac3df80c97f900.tar.gz
freebsd-ports-gnome-a8cc4208dfa65c8544dbe255b1ac3df80c97f900.tar.zst
freebsd-ports-gnome-a8cc4208dfa65c8544dbe255b1ac3df80c97f900.zip
- Requires at least Perl 5.6.0.
Approved by: tobez
Diffstat (limited to 'math/p5-Math-Cephes')
-rw-r--r--math/p5-Math-Cephes/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/p5-Math-Cephes/Makefile b/math/p5-Math-Cephes/Makefile
index 98c33a5c836f..c2fc73195956 100644
--- a/math/p5-Math-Cephes/Makefile
+++ b/math/p5-Math-Cephes/Makefile
@@ -24,4 +24,10 @@ MAN3= Math::Cephes.3 \
PERL_CONFIGURE= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires at least Perl 5.6.0. Please install lang/perl5.8 and try again
+.endif
+
+.include <bsd.port.post.mk>