[Midnightbsd-cvs] mports [21194] trunk/databases/postgresql91-pltcl: add missing component

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Mar 15 16:59:30 EDT 2016


Revision: 21194
          http://svnweb.midnightbsd.org/mports/?rev=21194
Author:   laffer1
Date:     2016-03-15 16:59:30 -0400 (Tue, 15 Mar 2016)
Log Message:
-----------
add missing component

Added Paths:
-----------
    trunk/databases/postgresql91-pltcl/
    trunk/databases/postgresql91-pltcl/Makefile

Added: trunk/databases/postgresql91-pltcl/Makefile
===================================================================
--- trunk/databases/postgresql91-pltcl/Makefile	                        (rev 0)
+++ trunk/databases/postgresql91-pltcl/Makefile	2016-03-15 20:59:30 UTC (rev 21194)
@@ -0,0 +1,31 @@
+# Created by: Palle Girgensohn <girgen at partitur.se>
+# $FreeBSD: head/databases/postgresql91-pltcl/Makefile 398895 2015-10-08 21:25:01Z girgen $
+# $MidnightBSD$
+
+PORTNAME=	postgresql
+CATEGORIES=	databases tcl
+PKGNAMESUFFIX?=	${DISTVERSION:R:S/.//}${COMPONENT}
+
+MAINTAINER=	ports at MidnightSD.org
+COMMENT=	Module for using Tcl to write SQL functions
+
+MASTERDIR=	${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER:S/.//}-server
+
+WANT_PGSQL_VER?=9.1
+
+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"


Property changes on: trunk/databases/postgresql91-pltcl/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list