aboutsummaryrefslogtreecommitdiff
path: root/mail/fetchyahoo
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-05 14:30:07 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-05 14:30:07 +0000
commitccd8b1f7104974bab4882ad9611e1a38592e7e70 (patch)
tree33cadfdd2b7fb344f69d327be56f2f4a0f9cd28b /mail/fetchyahoo
parent9bed7b635bea66a890e5fb4f4065141153b4d16a (diff)
downloadports-ccd8b1f7104974bab4882ad9611e1a38592e7e70.tar.gz
ports-ccd8b1f7104974bab4882ad9611e1a38592e7e70.zip
- Fix dependency on converters/p5-MIME-Base64 [1]
- Mark for perl > 5.6.x due to its dependency on p5-MIME-Base64 Submitted by: pointyhat (kris)
Notes
Notes: svn path=/head/; revision=150471
Diffstat (limited to 'mail/fetchyahoo')
-rw-r--r--mail/fetchyahoo/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/fetchyahoo/Makefile b/mail/fetchyahoo/Makefile
index 693235e97d1b..2a5206268744 100644
--- a/mail/fetchyahoo/Makefile
+++ b/mail/fetchyahoo/Makefile
@@ -14,7 +14,7 @@ MAINTAINER= trevor@FreeBSD.org
COMMENT= Download e-mail from a Yahoo account to a Berkeley mailbox
RUN_DEPENDS= \
- encode-base64:${PORTSDIR}/converters/p5-MIME-Base64 \
+ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
${SITE_PERL}/IO/Lines.pm:${PORTSDIR}/devel/p5-IO-stringy \
${SITE_PERL}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools \
${SITE_PERL}/Mail/Address.pm:${PORTSDIR}/mail/p5-Mail-Tools \
@@ -32,6 +32,10 @@ USE_PERL5= yes
.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} < 500600
+IGNORE= requires Perl 5.6 or newer. Install lang/perl5.8 and try again.
+.endif
+
.if ${PERL_LEVEL} < 500800
RUN_DEPENDS+= ${SITE_PERL}/Net/Cmd.pm:${PORTSDIR}/net/p5-Net
.endif