summaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-07-15 12:53:40 +0000
committerache <ache@FreeBSD.org>2004-07-15 12:53:40 +0000
commitb1c42b1b48c4ea3b59b9741526b0a42594c31ccf (patch)
tree6de6f37fd4a252ca5375d1c829bb268c77c80570 /converters
parent1b1db7f943d8a59d17530d0d0111edd37b35921a (diff)
downloadFreeBSD-ports-b1c42b1b48c4ea3b59b9741526b0a42594c31ccf.zip
FreeBSD-ports-b1c42b1b48c4ea3b59b9741526b0a42594c31ccf.tar.gz
Only perl 5.8.4 have Base64 3.01, use 500804 as PERL_LEVEL
Diffstat (limited to 'converters')
-rw-r--r--converters/p5-Unicode-String/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile
index aa1fdb9..0b4486b 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
OpenPOWER on IntegriCloud