summaryrefslogtreecommitdiff
path: root/japanese/p5-Lingua-JA-Regular-Unicode/Makefile
blob: ec839faaa3c94e2646a4909e5d81834a61aba572 (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
# New ports collection makefile for:	Lingua::JA::Regular::Unicode
# Date created:		06 Jun 2009
# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Lingua-JA-Regular-Unicode
PORTVERSION=	0.04
CATEGORIES=	japanese perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX:=	${PKGNAMEPREFIX}p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension to convert Japanese chars

BUILD_DEPENDS=	p5-YAML>0:${PORTSDIR}/textproc/p5-YAML

PERL_CONFIGURE=	yes

MAN3=	Lingua::JA::Regular::Unicode.3

.include <bsd.port.mk>