summaryrefslogtreecommitdiff
path: root/databases/postgresql12-plpython/Makefile
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-05-18 05:06:19 +0000
committerrillig <rillig@pkgsrc.org>2020-05-18 05:06:19 +0000
commitfb0e02c83f40f01dd382f2617aa30f93cc098bda (patch)
treea7f784d8203b7e3cf80100c18d3be353cb155922 /databases/postgresql12-plpython/Makefile
parentc4a532159b8683a3df49512148d710cd0f899b98 (diff)
downloadpkgsrc-fb0e02c83f40f01dd382f2617aa30f93cc098bda.tar.gz
databases/postgresql12-plpython: suppress USE_TOOLS+=perl warning
Diffstat (limited to 'databases/postgresql12-plpython/Makefile')
-rw-r--r--databases/postgresql12-plpython/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/postgresql12-plpython/Makefile b/databases/postgresql12-plpython/Makefile
index 63473ccc779..21b47c41245 100644
--- a/databases/postgresql12-plpython/Makefile
+++ b/databases/postgresql12-plpython/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/02/14 17:06:43 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/05/18 05:06:19 rillig Exp $
PKGNAME= ${DISTNAME:S/-/12-plpython-/}
COMMENT= PL/Python procedural language for the PostgreSQL backend
@@ -7,6 +7,7 @@ DEPENDS+= postgresql12-server>=${PKGVERSION_NOREV}:../../databases/postgresql12-
.include "../../databases/postgresql12/Makefile.common"
+TOOLS_BROKEN+= perl
CONFIGURE_ARGS+= --with-python
CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
BUILD_MAKE_FLAGS= PGXS=1