3ace0f3172
2013-02-18 MeCab 0.996 * fixes missing linkage with iconv. * Add function to generate new CSV file from adding costs and left/right context ID of CVS for user's dictionary. * Add Lattice::set_result() method for generated analysis result to Lattice 2013-01-24 MeCab 0.995 * Reimplementation of partial analysis function * Add API for partial analysis function (Lattice:set_boundary_constrant, Lattice::set_feature_constranit)
23 lines
566 B
Makefile
23 lines
566 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/02/28 12:31:38 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
|
|
|
|
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"
|