21 lines
528 B
Makefile
21 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.14 2022/01/10 08:52:16 wiz Exp $
|
|
|
|
PKGREVISION= 1
|
|
.include "../../textproc/cabocha/Makefile.common"
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES+= python
|
|
|
|
COMMENT= CaboCha python module
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
PYSETUPSUBDIR= python
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.67
|
|
|
|
EGG_NAME= ${DISTNAME:S/-/_python-/}
|
|
|
|
BUILDLINK_API_DEPENDS.cabocha+= cabocha>=${PKGVERSION_NOREV}
|
|
.include "../../textproc/cabocha/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|