aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql10-pltcl
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-08-17 16:19:35 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-08-17 16:19:35 +0000
commitdbc90df1cf5a8989f3a3a1d4b92ef673fee67b34 (patch)
treec0cc4d811f96d8fc30366f9a09070df3a995cdc3 /databases/postgresql10-pltcl
parent39a3788628fa226f3f757a79badd3799e294eb48 (diff)
downloadports-dbc90df1cf5a8989f3a3a1d4b92ef673fee67b34.tar.gz
ports-dbc90df1cf5a8989f3a3a1d4b92ef673fee67b34.zip
Notes
Diffstat (limited to 'databases/postgresql10-pltcl')
-rw-r--r--databases/postgresql10-pltcl/Makefile28
1 files changed, 2 insertions, 26 deletions
diff --git a/databases/postgresql10-pltcl/Makefile b/databases/postgresql10-pltcl/Makefile
index 0f863fe4ad96..396d69fafc6c 100644
--- a/databases/postgresql10-pltcl/Makefile
+++ b/databases/postgresql10-pltcl/Makefile
@@ -1,30 +1,6 @@
# Created by: Palle Girgensohn <girgen@partitur.se>
# $FreeBSD$
-PORTNAME= postgresql
-CATEGORIES= databases tcl
-PKGNAMESUFFIX?= ${WANT_PGSQL_VER:S/.//}${COMPONENT}
+WANT_PGSQL_VER= 10
-MAINTAINER= pgsql@FreeBSD.org
-COMMENT= Module for using Tcl to write SQL functions
-
-MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server
-
-WANT_PGSQL_VER?=10
-
-USES+= tcl pgsql:${WANT_PGSQL_VER}
-WANT_PGSQL= server
-
-CONFIGURE_ARGS= --with-tcl --without-tk \
- --with-tclconfig="${TCL_LIBDIR}" \
- --with-includes="${TCL_INCLUDEDIR}"
-
-CONFIGURE_ENV+= TCLSH="${TCLSH}"
-MAKE_ENV+= TCL_INCDIR="${TCL_INCLUDEDIR}"
-
-BUILD_DIRS= src/backend src/pl/tcl
-INSTALL_DIRS= src/pl/tcl
-SLAVE_ONLY= yes
-COMPONENT= -pltcl
-
-.include "${MASTERDIR}/Makefile"
+.include "${.CURDIR}/../postgresql96-pltcl/Makefile"