freebsd-ports/japanese/p5-Jcode/Makefile
Aaron Dalton d2810385bc - Update to 2.05
PR:		ports/99056
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-07-01 16:06:51 +00:00

34 lines
916 B
Makefile

# New ports collection makefile for: Jcode
# Date created: 7 Nov 1999
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Jcode
PORTVERSION= 2.05
CATEGORIES= japanese perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DANKOGAI
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension interface to convert Japanese text
PERL_CONFIGURE= yes
MAN3= Jcode.3 Jcode::Nihongo.3
.include <bsd.port.pre.mk>
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
.if ${PERL_LEVEL} < 500801
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
MAN3+= Jcode::Unicode.3 Jcode::Unicode::Constants.3 \
Jcode::Unicode::NoXS.3
PLIST_SUB= WRAPPER="@comment " REALMOD=""
.else
PLIST_SUB= WRAPPER="" REALMOD="@comment "
.endif
.include <bsd.port.post.mk>