summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2004-07-15 11:55:50 +0000
committerache <ache@FreeBSD.org>2004-07-15 11:55:50 +0000
commit1b1db7f943d8a59d17530d0d0111edd37b35921a (patch)
treec8597aeb50aad1f93548334e923f3ec6e54dd7f8 /japanese
parent917a9cd1971a9ee8dbd507077f8789f00fabe723 (diff)
downloadFreeBSD-ports-1b1db7f943d8a59d17530d0d0111edd37b35921a.zip
FreeBSD-ports-1b1db7f943d8a59d17530d0d0111edd37b35921a.tar.gz
Don't install p5-MIME-Base64 for newest perls
Diffstat (limited to 'japanese')
-rw-r--r--japanese/p5-Jcode/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile
index 92f1d45..71a160e 100644
--- a/japanese/p5-Jcode/Makefile
+++ b/japanese/p5-Jcode/Makefile
@@ -7,7 +7,7 @@
PORTNAME= Jcode
PORTVERSION= 0.83
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DANKOGAI
@@ -15,15 +15,17 @@ MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DANKOGAI
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension interface to convert Japanese text
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
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
PERL_CONFIGURE= yes
MAN3= Jcode.3 Jcode::Unicode.3 Jcode::Unicode::Constants.3 \
Jcode::Unicode::NoXS.3
-.include <bsd.port.pre.mk>
-
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
post-configure:
OpenPOWER on IntegriCloud