summaryrefslogblamecommitdiff
path: root/japanese/p5-MeCab/Makefile
blob: c49b977c139eab829cc1ea2c4899416b2e3b1088 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                

                                                                           



                                              









                                              






                                                                         
# New ports collection makefile for:	p5-MeCab
# Date created:		23 April 2003
# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=	MeCab
PORTVERSION=	${MECAB_PORTVERSION}
CATEGORIES=	japanese textproc perl5
MASTER_SITES=	http://cl.aist-nara.ac.jp/~taku-ku/software/mecab/bindings/
DISTNAME=	${PORTNAME:L}-perl-${PORTVERSION}

MAINTAINER=	knu@FreeBSD.org
COMMENT=	MeCab library module for Perl5

LIB_DEPENDS=	mecab.0:${MECAB_PORTDIR}

PERL_CONFIGURE=	yes

.include "${.CURDIR}/../mecab/Makefile.common"

.include <bsd.port.pre.mk>

PKGNAMEPREFIX:=	${PKGNAMEPREFIX}p5-

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${PREFIX}/share/examples/mecab
	${INSTALL_DATA} ${WRKSRC}/test.pl ${PREFIX}/share/examples/mecab/
.endif

.include <bsd.port.post.mk>