summaryrefslogtreecommitdiff
path: root/databases/postgresql94-plpython/Makefile
diff options
context:
space:
mode:
authoradam <adam>2015-01-14 21:01:18 +0000
committeradam <adam>2015-01-14 21:01:18 +0000
commit4975f96183b63cd1e33e0ab45898f9c04831458f (patch)
treeacc80a00beba0935a731a700da40eae21a90094c /databases/postgresql94-plpython/Makefile
parentec5cd254c7eec5bfb8d589f673e968b86f65a36f (diff)
downloadpkgsrc-4975f96183b63cd1e33e0ab45898f9c04831458f.tar.gz
PostgreSQL 9.4.0:
This release adds many new features which enhance PostgreSQL's flexibility, scalability and performance for many different types of database users, including improvements to JSON support, replication and index performance.
Diffstat (limited to 'databases/postgresql94-plpython/Makefile')
-rw-r--r--databases/postgresql94-plpython/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/postgresql94-plpython/Makefile b/databases/postgresql94-plpython/Makefile
new file mode 100644
index 00000000000..11984e1c320
--- /dev/null
+++ b/databases/postgresql94-plpython/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2015/01/14 21:01:19 adam Exp $
+
+PKGNAME= ${DISTNAME:C/-/94-plpython-/}
+COMMENT= PL/Python procedural language for the PostgreSQL backend
+
+DEPENDS+= postgresql94-server>=${PKGVERSION_NOREV}:../../databases/postgresql94-server
+
+.include "../../databases/postgresql94/Makefile.common"
+
+CONFIGURE_ARGS+= --with-python
+CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
+BUILD_MAKE_FLAGS= PGXS=1
+
+BUILD_DIRS= src/pl/plpython
+
+.include "../../databases/postgresql94-client/buildlink3.mk"
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"