2014-05-09 09:36:53 +02:00
|
|
|
# $NetBSD: Makefile,v 1.5 2014/05/09 07:37:22 wiz Exp $
|
2010-05-19 14:10:10 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
.include "../../textproc/yamcha/Makefile.common"
|
|
|
|
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
2012-02-05 14:19:32 +01:00
|
|
|
PKGREVISION= 1
|
2010-05-19 14:10:10 +02:00
|
|
|
CATEGORIES+= python
|
|
|
|
|
|
|
|
COMMENT= YamCha 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.33
|
2010-05-19 14:10:10 +02:00
|
|
|
|
2012-02-05 14:19:32 +01:00
|
|
|
EGG_NAME= ${DISTNAME:S/-/_python-/}
|
|
|
|
|
2010-05-19 14:10:10 +02:00
|
|
|
BUILDLINK_API_DEPENDS.yamcha+= yamcha>=${PKGVERSION_NOREV}
|
|
|
|
.include "../../textproc/yamcha/buildlink3.mk"
|
2012-02-05 14:19:32 +01:00
|
|
|
.include "../../lang/python/distutils.mk"
|
2010-05-19 14:10:10 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|