aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-06-18 16:59:20 +0800
committerdemon <demon@FreeBSD.org>2003-06-18 16:59:20 +0800
commitfabc6fc61a013284692a3ce0ce06c800e850b852 (patch)
treea2ff226165c5c168dea66b50cbe2a41d5abf2ff7 /mail
parent888915ca94b91a8ea450c1728de2736acfb7b0c9 (diff)
downloadfreebsd-ports-gnome-fabc6fc61a013284692a3ce0ce06c800e850b852.tar.gz
freebsd-ports-gnome-fabc6fc61a013284692a3ce0ce06c800e850b852.tar.zst
freebsd-ports-gnome-fabc6fc61a013284692a3ce0ce06c800e850b852.zip
This module works only with perl version 5.6.1 and above.
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Mail-POP3Client/Makefile8
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>