2014-05-09 09:36:53 +02:00
|
|
|
# $NetBSD: Makefile,v 1.6 2014/05/09 07:37:21 wiz Exp $
|
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
|
2014-05-09 09:36:53 +02:00
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # 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"
|
2012-02-07 12:05:00 +01:00
|
|
|
.include "../../lang/python/distutils.mk"
|
2010-05-19 14:37:04 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|