diff options
author | novel <novel@FreeBSD.org> | 2005-08-04 21:34:05 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-08-04 21:34:05 +0800 |
commit | 1d04da7fd2f2dc08283db0bf2976c5954d0a0958 (patch) | |
tree | 9a7eb753c9619fc74b048466c3ce41bc1657b132 /textproc/p5-Text-WikiFormat | |
parent | 30d22682f8134452036f9c6f8441e26fb92eab05 (diff) | |
download | freebsd-ports-gnome-1d04da7fd2f2dc08283db0bf2976c5954d0a0958.tar.gz freebsd-ports-gnome-1d04da7fd2f2dc08283db0bf2976c5954d0a0958.tar.zst freebsd-ports-gnome-1d04da7fd2f2dc08283db0bf2976c5954d0a0958.zip |
IGNORE with old Perl.
Reported by: pointyhat via kris
Approved by: portmgr (kris)
Diffstat (limited to 'textproc/p5-Text-WikiFormat')
-rw-r--r-- | textproc/p5-Text-WikiFormat/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-Text-WikiFormat/Makefile b/textproc/p5-Text-WikiFormat/Makefile index 421bfa9f82ab..f4ae373bcc1a 100644 --- a/textproc/p5-Text-WikiFormat/Makefile +++ b/textproc/p5-Text-WikiFormat/Makefile @@ -24,4 +24,10 @@ PERL_MODBUILD= yes MAN3= Text::WikiFormat.3 \ Text::WikiFormat::Blocks.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= requires Perl 5.6 or newer. Install lang/perl5 or lang/perl5.8 and try again +.endif + +.include <bsd.port.post.mk> |