diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2006-08-07 07:15:40 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2006-08-07 07:15:40 +0800 |
commit | 5d1649d1451013c9b39eec3f5e9bb86d8e0fb360 (patch) | |
tree | 5015a65d1debde0d8060766c5c84f6e8a48eab56 | |
parent | ca6896a06dcee0475cb081c08374729ac3064dd5 (diff) | |
download | freebsd-ports-gnome-5d1649d1451013c9b39eec3f5e9bb86d8e0fb360.tar.gz freebsd-ports-gnome-5d1649d1451013c9b39eec3f5e9bb86d8e0fb360.tar.zst freebsd-ports-gnome-5d1649d1451013c9b39eec3f5e9bb86d8e0fb360.zip |
Mark IGNORE with old perls.
Reported by: pointyhat via kris
-rw-r--r-- | devel/p5-UNIVERSAL-which/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-UNIVERSAL-which/Makefile b/devel/p5-UNIVERSAL-which/Makefile index d73f30c7db93..694eed785c91 100644 --- a/devel/p5-UNIVERSAL-which/Makefile +++ b/devel/p5-UNIVERSAL-which/Makefile @@ -18,4 +18,10 @@ COMMENT= Perl extension for telling fully qualified name of the method PERL_CONFIGURE= yes MAN3= UNIVERSAL::which.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500801 +IGNORE= requires Perl 5.8.1 or newer. Install lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> |