21 lines
523 B
Makefile
21 lines
523 B
Makefile
# $NetBSD: Makefile,v 1.13 2022/01/10 22:18:00 wiz Exp $
|
|
|
|
.include "../../textproc/yamcha/Makefile.common"
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
PKGREVISION= 2
|
|
CATEGORIES+= python
|
|
|
|
COMMENT= YamCha python module
|
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
PYSETUPSUBDIR= python
|
|
PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 0.33
|
|
|
|
EGG_NAME= ${DISTNAME:S/-/_python-/}
|
|
|
|
BUILDLINK_API_DEPENDS.yamcha+= yamcha>=${PKGVERSION_NOREV}
|
|
.include "../../textproc/yamcha/buildlink3.mk"
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|