blob: 3d13cf2def13a85fb3824c9e19313b441d0eba35 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.4 2008/06/15 09:51:59 joerg Exp $
META_PACKAGE= yes
.include "Makefile.common"
DISTNAME= mecab-${MECAB_VERSION}
DISTFILES= #empty
COMMENT= Yet Another Part-of-Speech and Morphological Analyzer
DEPENDS+= {mecab-ipadic>=2.7.0,mecab-jumandic>=5.1}:../../textproc/mecab-ipadic
DEPENDS+= mecab-base>=${MECAB_VERSION}:../../textproc/mecab-base
.include "../../mk/bsd.pkg.mk"
|