diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-08-16 06:07:54 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-08-16 06:07:54 +0000 |
commit | 8de4002d01cf649cce90e8fd9d685110e71fa5c7 (patch) | |
tree | 45924819c50a5df9776fc5d16fcdd1e6c62b7151 /textproc/p5-Text-VimColor | |
parent | 8eb1c7dc49dc545e8590b8f76183c46ce1b2693f (diff) | |
download | ports-8de4002d01cf649cce90e8fd9d685110e71fa5c7.tar.gz ports-8de4002d01cf649cce90e8fd9d685110e71fa5c7.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-VimColor')
-rw-r--r-- | textproc/p5-Text-VimColor/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/textproc/p5-Text-VimColor/Makefile b/textproc/p5-Text-VimColor/Makefile index 5ea5265f0824..9cae38216bdf 100644 --- a/textproc/p5-Text-VimColor/Makefile +++ b/textproc/p5-Text-VimColor/Makefile @@ -23,4 +23,10 @@ PERL_CONFIGURE= yes MAN1= text-vimcolor.1 MAN3= Text::VimColor.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= This port requires perl 5.6.1 or later. Install lang/perl5 then try again +.endif + +.include <bsd.port.post.mk> |