aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2003-10-27 19:10:57 +0800
committerkuriyama <kuriyama@FreeBSD.org>2003-10-27 19:10:57 +0800
commit18914bebb2f6e9b7a56c5693e13ef10351e4dbf0 (patch)
tree1a9faca739c049e1efc94100adf415d0e7dfb4e8 /mail
parent06df298d74bb092f2daa2ee35e1fb9bd4f6e646d (diff)
downloadfreebsd-ports-gnome-18914bebb2f6e9b7a56c5693e13ef10351e4dbf0.tar.gz
freebsd-ports-gnome-18914bebb2f6e9b7a56c5693e13ef10351e4dbf0.tar.zst
freebsd-ports-gnome-18914bebb2f6e9b7a56c5693e13ef10351e4dbf0.zip
Mark $IGNORE if PERL_LEVEL < 500600.
Reported by: Guido Falsi <mad@madpilot.net>
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-MIME-Tools/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/p5-MIME-Tools/Makefile b/mail/p5-MIME-Tools/Makefile
index 75d6f58251bf..494c9ab90e15 100644
--- a/mail/p5-MIME-Tools/Makefile
+++ b/mail/p5-MIME-Tools/Makefile
@@ -72,5 +72,8 @@ MAN3= MIME::Body.3 \
.if ${PERL_LEVEL} < 500800
BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64
.endif
+.if ${PERL_LEVEL} < 500600
+IGNORE= 5.005 is not supported
+.endif
.include <bsd.port.post.mk>