summaryrefslogtreecommitdiff
path: root/databases/postgresql93-plpython/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2019-05-21 05:52:18 +0000
committeradam <adam@pkgsrc.org>2019-05-21 05:52:18 +0000
commit8f1f4868cfde671b76ff0f9275883e36799e7104 (patch)
tree68c7b314fbb4da7dbf7eee96f3d408d2841e0b96 /databases/postgresql93-plpython/Makefile
parenta11a24be9753e64528032653e0e8d8b707c4037c (diff)
downloadpkgsrc-8f1f4868cfde671b76ff0f9275883e36799e7104.tar.gz
Retire postgresql93
Diffstat (limited to 'databases/postgresql93-plpython/Makefile')
-rw-r--r--databases/postgresql93-plpython/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/databases/postgresql93-plpython/Makefile b/databases/postgresql93-plpython/Makefile
deleted file mode 100644
index 69918116bb7..00000000000
--- a/databases/postgresql93-plpython/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2019/04/25 07:32:41 maya Exp $
-
-PKGNAME= ${DISTNAME:C/-/93-plpython-/}
-PKGREVISION= 1
-COMMENT= PL/Python procedural language for the PostgreSQL backend
-
-DEPENDS+= postgresql93-server>=${PKGVERSION_NOREV}:../../databases/postgresql93-server
-
-.include "../../databases/postgresql93/Makefile.common"
-
-CONFIGURE_ARGS+= --with-python
-CONFIGURE_ENV+= PYTHON="${PYTHONBIN}"
-BUILD_MAKE_FLAGS= PGXS=1
-
-BUILD_DIRS= src/pl/plpython
-
-.include "../../databases/postgresql93-client/buildlink3.mk"
-.include "../../lang/python/extension.mk"
-.include "../../mk/bsd.pkg.mk"