diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-04-27 00:09:52 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-04-27 00:09:52 +0000 |
commit | d7ed80424f737fafe5d8c9fc90b5139c541b1276 (patch) | |
tree | d76767efa3ab7bac5053f73a70d75ef69d48dbd8 /chinese/p5-Encode-HanConvert/Makefile | |
parent | Upgrade to 0.6. (diff) |
Add p5-Encode-HanConvert 0.24,
traditional and Simplified Chinese
mappings.
PR: 50950
Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
Diffstat (limited to 'chinese/p5-Encode-HanConvert/Makefile')
-rw-r--r-- | chinese/p5-Encode-HanConvert/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/chinese/p5-Encode-HanConvert/Makefile b/chinese/p5-Encode-HanConvert/Makefile new file mode 100644 index 000000000000..a719e407df4a --- /dev/null +++ b/chinese/p5-Encode-HanConvert/Makefile @@ -0,0 +1,24 @@ +# 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.24 +CATEGORIES= chinese +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= LWP/AUTRIJUS +PKGNAMEPREFIX= p5- + +MAINTAINER= statue@freebsd.sinica.edu.tw +COMMENT= Traditional and Simplified Chinese mappings + +PERL_CONFIGURE= yes + +MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN1= b2g.pl.1 g2b.pl.1 +#MAN3= Encode::HanConvert.3 Encode::HanConvert::Perl.3 + +.include <bsd.port.mk> |