diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-10-27 11:10:57 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-10-27 11:10:57 +0000 |
commit | 5adb8458c78ef126ca127bffe3b9922c3425614b (patch) | |
tree | b49dfd3120a8931459685de34157b900e075f201 /mail | |
parent | 09752ef2627f83c9991f40b9232d0ccbdad9b118 (diff) | |
download | ports-5adb8458c78ef126ca127bffe3b9922c3425614b.tar.gz ports-5adb8458c78ef126ca127bffe3b9922c3425614b.zip |
Notes
Diffstat (limited to 'mail')
-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> |