diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-05-17 10:57:58 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-05-17 10:57:58 +0000 |
commit | 966f7421ad42a719ec6711c4867d5c46192d2338 (patch) | |
tree | f85a4da18103bab13da97d59869199f8b21209b7 /mail/pronto | |
parent | Update to 2004.05.17. (diff) |
Mark IGNORE for perl < 5.6
Noticed by: kris
Notes
Notes:
svn path=/head/; revision=109336
Diffstat (limited to 'mail/pronto')
-rw-r--r-- | mail/pronto/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/pronto/Makefile b/mail/pronto/Makefile index fd105a810263..1c9b0a011977 100644 --- a/mail/pronto/Makefile +++ b/mail/pronto/Makefile @@ -35,4 +35,10 @@ BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Mysql.pm:${PORTSDIR}/databases/p5-Mysq RUN_DEPENDS= ${BUILD_DEPENDS} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= Perl 5.6 or newer required. Install lang/perl5.8 or lang/perl5 and try again. +.endif + +.include <bsd.port.post.mk> |