freebsd-ports/chinese/p5-Lingua-ZH-BPMFConvert/Makefile
Cheng-Lung Sung 610a8e28b3 Add p5-Lingua-ZH-BPMFConvert 0.01, rule-based conversion of BPMF
(bopomofo) into Hanyu Pinyin.

PR:		ports/102941
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2006-09-27 15:12:36 +00:00

28 lines
631 B
Makefile

# New ports collection makefile for: p5-Lingua-ZH-BPMFConvert
# Date created: 2006-09-06
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Lingua-ZH-BPMFConvert
PORTVERSION= 0.01
CATEGORIES= chinese perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Lingua
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Rule-based conversion of BPMF (bopomofo) into Hanyu Pinyin
PERL_CONFIGURE= yes
MAN3= Lingua::ZH::BPMFConvert.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500601
IGNORE= requires perl 5.6.x or later. Install lang/perl5.8 then try again
.endif
.include <bsd.port.post.mk>