aboutsummaryrefslogtreecommitdiff
path: root/chinese/p5-Encode-HanConvert/Makefile
blob: 6a6a32c8fdce358169c047fc1e3f31c9d14df1b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	p5-Encode-HanConvert
# Date created:		15 April 2003
# Whom:	      		Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
#
# $FreeBSD$
#

PORTNAME=	Encode-HanConvert
PORTVERSION=	0.34
CATEGORIES=	chinese perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Encode
PKGNAMEPREFIX=	p5-

MAINTAINER=	rafan@FreeBSD.org
COMMENT=	Traditional and Simplified Chinese mappings

PERL_CONFIGURE=	yes

MAN1=		b2g.pl.1 g2b.pl.1

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500800
MAN3=		Encode::HanConvert.3 Encode::HanConvert::Perl.3
PLIST_SUB+=	OLD="" NEW="@comment "
.else
PLIST_SUB+=	NEW="" OLD="@comment "
.endif

.include <bsd.port.post.mk>