diff options
Diffstat (limited to 'mail/p5-MIME-Tools/Makefile')
-rw-r--r-- | mail/p5-MIME-Tools/Makefile | 3 |
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> |