diff options
author | ache <ache@FreeBSD.org> | 2004-07-15 19:41:00 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-07-15 19:41:00 +0800 |
commit | 7c6c5921d942ffacd2f0aacbfff77361987b6979 (patch) | |
tree | 0a9cc1892e149d81e7fe036f3c57d9a63638c02c /converters | |
parent | eb27f989f3c2628653ed3757615a753a1ac3267e (diff) | |
download | freebsd-ports-gnome-7c6c5921d942ffacd2f0aacbfff77361987b6979.tar.gz freebsd-ports-gnome-7c6c5921d942ffacd2f0aacbfff77361987b6979.tar.zst freebsd-ports-gnome-7c6c5921d942ffacd2f0aacbfff77361987b6979.zip |
Do not install p5-MIME-Base64 for newer perls
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Unicode-String/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/converters/p5-Unicode-String/Makefile b/converters/p5-Unicode-String/Makefile index b379af06e0ff..bc416af38332 100644 --- a/converters/p5-Unicode-String/Makefile +++ b/converters/p5-Unicode-String/Makefile @@ -7,6 +7,7 @@ PORTNAME= Unicode-String PORTVERSION= 2.07 +PORTREVISION= 1 CATEGORIES= converters perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Unicode @@ -15,7 +16,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ilia@cgu.chel.su COMMENT= These are experimental Perl5 modules to handle various Unicode issues +.if ${PERL_LEVEL} < 500800 BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +.endif PERL_CONFIGURE= yes |