diff options
author | erwin <erwin@FreeBSD.org> | 2004-05-17 18:57:58 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2004-05-17 18:57:58 +0800 |
commit | 912366a980ba88712028de7654edc1283388e0ad (patch) | |
tree | 48926ef08b2b84a7592e481fc78556c37c10a565 /mail/pronto | |
parent | 5ffa10b8bf10b266571628bc05cd15dc3a6a00c2 (diff) | |
download | freebsd-ports-gnome-912366a980ba88712028de7654edc1283388e0ad.tar.gz freebsd-ports-gnome-912366a980ba88712028de7654edc1283388e0ad.tar.zst freebsd-ports-gnome-912366a980ba88712028de7654edc1283388e0ad.zip |
Mark IGNORE for perl < 5.6
Noticed by: kris
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> |