summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2004-07-15 12:53:40 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2004-07-15 12:53:40 +0000
commit7aa540c0a76fae6f403a469eb3f637ee7d3c4f49 (patch)
tree3449d1f0ccc0256ffb50572123bafdf869c870b9
parenta59aa5e5736db70e9d2c58265d5cda92b25c2312 (diff)
downloadfreebsd-ports-7aa540c0a76fae6f403a469eb3f637ee7d3c4f49.zip
Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVEL
-rw-r--r--converters/p5-Unicode-String/Makefile2
-rw-r--r--japanese/p5-Jcode/Makefile2
-rw-r--r--www/p5-libwww/Makefile3
3 files changed, 4 insertions, 3 deletions
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 <bsd.port.pre.mk>
-.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 <bsd.port.pre.mk>
-.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 <bsd.port.pre.mk>
-.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