mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
- Upgrade to 0.87.
- Move conditional dependency to the bottom of Makefile.
This commit is contained in:
parent
12dd1bca2a
commit
7533850e58
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115780
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Jcode
|
||||
PORTVERSION= 0.83
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 0.87
|
||||
CATEGORIES= japanese perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DANKOGAI
|
||||
@ -15,13 +14,6 @@ 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} < 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
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
MAN3= Jcode.3 Jcode::Unicode.3 Jcode::Unicode::Constants.3 \
|
||||
Jcode::Unicode::NoXS.3
|
||||
@ -34,4 +26,11 @@ post-configure:
|
||||
s:CC = cc:CC = ${CC}:g" ${WRKSRC}/${DIR}/Makefile
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.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
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (Jcode-0.83.tar.gz) = 64e137e289e9fc65c1afc00c08ffa0f3
|
||||
SIZE (Jcode-0.83.tar.gz) = 188328
|
||||
MD5 (Jcode-0.87.tar.gz) = 8f0be0e1e274392998272f5737e21bb1
|
||||
SIZE (Jcode-0.87.tar.gz) = 232886
|
||||
|
Loading…
Reference in New Issue
Block a user