diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-06-18 16:59:20 +0800 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-06-18 16:59:20 +0800 |
commit | 3acfd33570e0569c79530d4818dd65543a3031bc (patch) | |
tree | a99e6cc958e8d094f298307a7a31421ceb03fa4d /mail | |
parent | a6e4fcd2a5e825d343cb19eaac7358a9ae67017e (diff) | |
download | freebsd-ports-gnome-3acfd33570e0569c79530d4818dd65543a3031bc.tar.gz freebsd-ports-gnome-3acfd33570e0569c79530d4818dd65543a3031bc.tar.zst freebsd-ports-gnome-3acfd33570e0569c79530d4818dd65543a3031bc.zip |
This module works only with perl version 5.6.1 and above.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-Mail-POP3Client/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mail/p5-Mail-POP3Client/Makefile b/mail/p5-Mail-POP3Client/Makefile index 4189ecfd22f0..7e5ec71308b1 100644 --- a/mail/p5-Mail-POP3Client/Makefile +++ b/mail/p5-Mail-POP3Client/Makefile @@ -19,4 +19,10 @@ PERL_CONFIGURE= YES MAN3= Mail::POP3Client.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +IGNORE= This module requires perl version 5.6.1 or above +.endif + +.include <bsd.port.post.mk> |