# $NetBSD: Makefile,v 1.25 2023/11/13 20:22:06 adam Exp $ PKGNAME= ${DISTNAME:S/-/13-plpython-/} COMMENT= PL/Python procedural language for the PostgreSQL backend DEPENDS+= postgresql13-server>=${PKGVERSION_NOREV}:../../databases/postgresql13-server .include "../../databases/postgresql13/Makefile.common" TOOLS_BROKEN+= perl CONFIGURE_ARGS+= --with-python CONFIGURE_ENV+= PYTHON="${PYTHONBIN}" BUILD_MAKE_FLAGS= PGXS=1 BUILD_DIRS= src/pl/plpython contrib/hstore_plpython .include "../../databases/postgresql13-client/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk"