d7ed80424f
traditional and Simplified Chinese mappings. PR: 50950 Submitted by: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw>
24 lines
597 B
Makefile
24 lines
597 B
Makefile
# 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>
|