2003-04-23 10:19:23 +02:00
|
|
|
# New ports collection makefile for: p5-MeCab
|
|
|
|
# Date created: 23 April 2003
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= MeCab
|
2012-10-13 05:56:48 +02:00
|
|
|
PORTVERSION= 0.994
|
2003-04-23 10:19:23 +02:00
|
|
|
CATEGORIES= japanese textproc perl5
|
2012-10-13 05:56:48 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
PROJECTHOST= ${PORTNAME:L}
|
|
|
|
DISTNAME= ${PORTNAME:L}-perl-${PORTVERSION}
|
2003-04-23 10:19:23 +02:00
|
|
|
|
2012-05-01 03:47:10 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-04-23 10:19:23 +02:00
|
|
|
COMMENT= MeCab library module for Perl5
|
|
|
|
|
2012-10-13 05:56:48 +02:00
|
|
|
LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab
|
2003-04-23 10:19:23 +02:00
|
|
|
|
2011-09-17 08:49:29 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2003-04-23 10:19:23 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
|
|
|
|
|
2012-10-13 05:56:48 +02:00
|
|
|
.if !defined(NOPORTEXAMPLES)
|
2003-04-23 10:19:23 +02:00
|
|
|
post-install:
|
2006-05-07 10:20:30 +02:00
|
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/test.pl ${EXAMPLESDIR}
|
2003-04-23 10:19:23 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|