aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Text-ChaSen/Makefile
blob: 936772d5b5a2a81542111626006c505feee20898 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# New ports collection makefile for:	p5-Text-ChaSen
# Date created:		2 March 2001
# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=	Text-ChaSen
PORTVERSION=	1.03
PORTREVISION=	3
CATEGORIES=	japanese textproc perl5
MASTER_SITES=	http://chasen.aist-nara.ac.jp/stable/chasen/
DISTNAME=	chasen-${CHASEN_VERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	ChaSen library module for Perl5

LIB_DEPENDS=	chasen.0:${PORTSDIR}/japanese/chasen-base

MD5_FILE=	${.CURDIR}/../chasen-base/distinfo

CHASEN_VERSION=	2.3.3

WRKSRC=		${WRKDIR}/chasen-${CHASEN_VERSION}/perl
PERL_CONFIGURE=	yes
CONFIGURE_ENV=	PREFIX="${PREFIX}"
MAN3=		Text::ChaSen.3

.include <bsd.port.pre.mk>

PKGNAMEPREFIX:=	${PKGNAMEPREFIX}p5-

post-install:
.if !defined(NOPORTDOCS)
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/chasen/doc/README.perl
.endif

.include <bsd.port.post.mk>