59a76d4733
Simplified-Traditional auto-mapping. PR: ports/121806 Submitted by: Gea-Suan Lin <gslin at gslin.org>
23 lines
476 B
Makefile
23 lines
476 B
Makefile
# New ports collection makefile for: p5-Encode-CNMap
|
|
# Date created: 2008-03-18
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Encode-CNMap
|
|
PORTVERSION= 0.32
|
|
CATEGORIES= chinese perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Encode
|
|
PKGNAMEPREFIX= p5
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= Enhanced Chinese encodings with Simplified-Traditional auto-mapping
|
|
|
|
PERL_CONFIGURE= yes
|
|
USE_PERL5= 5.8.0+
|
|
|
|
MAN1= cnmap.1 cnmapdir.1 cnmapwx.1
|
|
|
|
.include <bsd.port.mk>
|