diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile index aa1fdb997036..0b4486bbfe9b 100644 --- a/converters/p5-Unicode-String/Makefile +++ b/converters/p5-Unicode-String/Makefile @@ -18,7 +18,7 @@ COMMENT= These are experimental Perl5 modules to handle various Unicode issues .include -.if ${PERL_LEVEL} < 500800 +.if ${PERL_LEVEL} < 500804 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 .endif diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile index 71a160e245b0..d06523ee4638 100644 --- a/japanese/p5-Jcode/Makefile +++ b/japanese/p5-Jcode/Makefile @@ -17,7 +17,7 @@ COMMENT= Perl extension interface to convert Japanese text .include -.if ${PERL_LEVEL} < 500800 +.if ${PERL_LEVEL} < 500804 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 .endif diff --git a/www/p5-libwww/Makefile b/www/p5-libwww/Makefile index 1e048b373eec..9e872adf3ced 100644 --- a/www/p5-libwww/Makefile +++ b/www/p5-libwww/Makefile @@ -7,6 +7,7 @@ PORTNAME= p5-libwww PORTVERSION= 5.79 +PORTREVISION= 1 CATEGORIES= www perl5 devel MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= LWP @@ -35,7 +36,7 @@ MAN3= Bundle::LWP.3 File::Listing.3 HTML::Form.3 HTTP::Cookies.3 \ .include -.if ${PERL_LEVEL} < 500800 +.if ${PERL_LEVEL} < 500804 BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Net/FTP.pm:${PORTSDIR}/net/p5-Net \ ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64