diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-07-15 11:55:50 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-07-15 11:55:50 +0000 |
commit | a59aa5e5736db70e9d2c58265d5cda92b25c2312 (patch) | |
tree | 7ecf2b5458cd19209c388068e43a2ef0848b368c /japanese/p5-Jcode | |
parent | c00529f6492c5cd369da1eda7d971a0861d97f5d (diff) | |
download | ports-a59aa5e5736db70e9d2c58265d5cda92b25c2312.tar.gz ports-a59aa5e5736db70e9d2c58265d5cda92b25c2312.zip |
Don't install p5-MIME-Base64 for newest perls
Notes
Notes:
svn path=/head/; revision=113710
Diffstat (limited to 'japanese/p5-Jcode')
-rw-r--r-- | japanese/p5-Jcode/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/japanese/p5-Jcode/Makefile b/japanese/p5-Jcode/Makefile index 92f1d453694b..71a160e245b0 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: |