2013-05-31 14:39:57 +02:00
|
|
|
# $NetBSD: Makefile,v 1.11 2013/05/31 12:42:23 wiz Exp $
|
2007-05-12 15:55:03 +02:00
|
|
|
|
|
|
|
.include "../../textproc/mecab/Makefile.common"
|
|
|
|
|
|
|
|
DISTNAME= mecab-perl-${MECAB_VERSION}
|
|
|
|
PKGNAME= p5-mecab-${MECAB_VERSION}
|
2013-05-31 14:39:57 +02:00
|
|
|
PKGREVISION= 1
|
2007-05-12 15:55:03 +02:00
|
|
|
CATEGORIES+= perl5
|
|
|
|
|
|
|
|
COMMENT= MeCab perl module
|
2009-10-14 10:22:35 +02:00
|
|
|
LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR modified-bsd
|
2007-05-12 15:55:03 +02:00
|
|
|
|
|
|
|
PERL5_CONFIGURE= yes
|
|
|
|
USE_LANGUAGES= c++
|
|
|
|
|
|
|
|
PERL5_PACKLIST= auto/MeCab/.packlist
|
|
|
|
REPLACE_PERL+= test.pl
|
|
|
|
|
2008-02-04 05:58:52 +01:00
|
|
|
BUILDLINK_API_DEPENDS.mecab+= mecab>=${MECAB_VERSION}
|
|
|
|
|
2007-05-12 15:55:03 +02:00
|
|
|
.include "../../textproc/mecab/buildlink3.mk"
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|