mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
21 lines
500 B
Makefile
21 lines
500 B
Makefile
# $NetBSD: Makefile,v 1.6 2016/07/09 13:03:36 wiz Exp $
|
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
COMMENT= Python extension for SQL Relay
|
|
|
|
.include "../../databases/sqlrelay/Makefile.common"
|
|
|
|
LICENSE= modified-bsd
|
|
|
|
CONFIGURE_ARGS+= --with-python-prefix=${PREFIX}
|
|
|
|
BUILD_DIRS= src/api/python
|
|
|
|
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.55
|
|
|
|
PY_PATCHPLIST= yes
|
|
|
|
.include "../../databases/sqlrelay/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|