diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-06-18 08:59:20 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-06-18 08:59:20 +0000 |
commit | 3acfd33570e0569c79530d4818dd65543a3031bc (patch) | |
tree | a99e6cc958e8d094f298307a7a31421ceb03fa4d /mail | |
parent | Update to 1.6.7. (diff) |
This module works only with perl version 5.6.1 and above.
Notes
Notes:
svn path=/head/; revision=83247
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> |