aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-Mail-POP3Client
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-06-18 08:59:20 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-06-18 08:59:20 +0000
commit3acfd33570e0569c79530d4818dd65543a3031bc (patch)
treea99e6cc958e8d094f298307a7a31421ceb03fa4d /mail/p5-Mail-POP3Client
parenta6e4fcd2a5e825d343cb19eaac7358a9ae67017e (diff)
downloadports-3acfd33570e0569c79530d4818dd65543a3031bc.tar.gz
ports-3acfd33570e0569c79530d4818dd65543a3031bc.zip
This module works only with perl version 5.6.1 and above.
Notes
Notes: svn path=/head/; revision=83247
Diffstat (limited to 'mail/p5-Mail-POP3Client')
-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>