20 lines
528 B
Makefile
20 lines
528 B
Makefile
# $NetBSD: Makefile,v 1.9 2017/01/01 14:44:00 wiz Exp $
|
|
|
|
.include "../../textproc/cabocha/Makefile.common"
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES+= python
|
|
|
|
COMMENT= CaboCha python module
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
PYSETUPSUBDIR= python
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # 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/distutils.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|