1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

[PATCH] mail/p5-Mail-Webmail-Gmail: add IGNORE for perl verion < 5.6

- perl5.00503 does not build...

PR:		ports/70537
Submitted by:	Cheng-Lung Sung <clsung@tw.freebsd.org>
This commit is contained in:
Edwin Groothuis 2004-08-16 13:20:19 +00:00
parent daa48e7701
commit 1a82356fa7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116400

View File

@ -23,4 +23,10 @@ PERL_CONFIGURE= yes
MAN3= Mail::Webmail::Gmail.3
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= This port requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
.include <bsd.port.post.mk>