summaryrefslogtreecommitdiff
path: root/databases/postgresql95-plpython
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql95-plpython')
-rw-r--r--databases/postgresql95-plpython/Makefile26
1 files changed, 2 insertions, 24 deletions
diff --git a/databases/postgresql95-plpython/Makefile b/databases/postgresql95-plpython/Makefile
index 9c9dea2cb055..a5e70e9499d1 100644
--- a/databases/postgresql95-plpython/Makefile
+++ b/databases/postgresql95-plpython/Makefile
@@ -1,27 +1,5 @@
# $FreeBSD$
-PORTNAME= postgresql
-CATEGORIES= databases python
-# Keep the ?=, it is used as master by the other plpython ports.
-PORTREVISION?= 1
-PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT}
+WANT_PGSQL_VER= 9.5
-MAINTAINER= pgsql@FreeBSD.org
-COMMENT= Module for using Python to write SQL functions
-
-USES+= pgsql:${WANT_PGSQL_VER} ${WANT_PYTHON_USE}
-WANT_PGSQL= server
-
-MASTERDIR= ${.CURDIR}/../postgresql${WANT_PGSQL_VER:S/.//}-server
-
-WANT_PGSQL_VER?= 9.5
-WANT_PYTHON_USE?= python
-
-CONFIGURE_ARGS= --with-python
-COMPONENT= -plpython
-
-BUILD_DIRS= src/backend src/pl/plpython
-INSTALL_DIRS= src/pl/plpython
-SLAVE_ONLY= yes
-
-.include "${MASTERDIR}/Makefile"
+.include "${.CURDIR}/../postgresql12-plpython/Makefile"