44440faafd
2009-09-27 MeCab 0.98 * UTF16 support (experimental) * On Windows, changed to use Native API (ex. MultiByteToWideChar) for codeset conversion. * Convert source code to Google coding style. * Add EON (end of N-best) format option (-S or --eon-format) * Fixes problems hankaku-kana handling on Shift-JIS environment * support online leraning (experimental) * Now buildable without -Wno-deprecated * and some small fixes.
25 lines
600 B
Makefile
25 lines
600 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/10/14 08:22:35 obache Exp $
|
|
#
|
|
|
|
.include "../../textproc/mecab/Makefile.common"
|
|
|
|
DISTNAME= mecab-perl-${MECAB_VERSION}
|
|
PKGNAME= p5-mecab-${MECAB_VERSION}
|
|
CATEGORIES+= perl5
|
|
|
|
COMMENT= MeCab perl module
|
|
LICENSE= gnu-gpl-v2 OR gnu-lgpl-v2.1 OR modified-bsd
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_CONFIGURE= yes
|
|
USE_LANGUAGES= c++
|
|
|
|
PERL5_PACKLIST= auto/MeCab/.packlist
|
|
REPLACE_PERL+= test.pl
|
|
|
|
BUILDLINK_API_DEPENDS.mecab+= mecab>=${MECAB_VERSION}
|
|
|
|
.include "../../textproc/mecab/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|