2022-01-10 09:52:16 +01:00
|
|
|
# $NetBSD: Makefile,v 1.14 2022/01/10 08:52:16 wiz Exp $
|
2010-05-19 14:37:04 +02:00
|
|
|
|
2022-01-10 09:52:16 +01:00
|
|
|
PKGREVISION= 1
|
2010-05-19 14:37:04 +02:00
|
|
|
.include "../../textproc/cabocha/Makefile.common"
|
|
|
|
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES+= python
|
|
|
|
|
|
|
|
COMMENT= CaboCha python module
|
|
|
|
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
|
|
|
|
PYSETUPSUBDIR= python
|
2019-09-02 15:19:35 +02:00
|
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.67
|
2010-05-19 14:37:04 +02:00
|
|
|
|
2012-02-07 12:05:00 +01:00
|
|
|
EGG_NAME= ${DISTNAME:S/-/_python-/}
|
|
|
|
|
2010-05-19 14:37:04 +02:00
|
|
|
BUILDLINK_API_DEPENDS.cabocha+= cabocha>=${PKGVERSION_NOREV}
|
|
|
|
.include "../../textproc/cabocha/buildlink3.mk"
|
2022-01-10 09:52:16 +01:00
|
|
|
.include "../../lang/python/egg.mk"
|
2010-05-19 14:37:04 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|