aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2014-05-20 22:26:21 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2014-05-20 22:26:21 +0000
commit45fdaf26b0203981764bc6d5349137b2a6819ee8 (patch)
tree7173901b628d2a29af0d8eede457eee1e9c89793
parentd7bc4ab64029cd64b8a5ea76c01bdb15ae453fc3 (diff)
downloadports-45fdaf26b0203981764bc6d5349137b2a6819ee8.tar.gz
ports-45fdaf26b0203981764bc6d5349137b2a6819ee8.zip
Notes
-rw-r--r--databases/postgresql94-docs/Makefile6
-rw-r--r--databases/postgresql94-pgtcl/Makefile10
-rw-r--r--databases/postgresql94-plperl/Makefile7
-rw-r--r--databases/postgresql94-plpython/Makefile6
-rw-r--r--databases/postgresql94-pltcl/Makefile6
5 files changed, 35 insertions, 0 deletions
diff --git a/databases/postgresql94-docs/Makefile b/databases/postgresql94-docs/Makefile
new file mode 100644
index 000000000000..755aac07d8b3
--- /dev/null
+++ b/databases/postgresql94-docs/Makefile
@@ -0,0 +1,6 @@
+# Created by: Palle Girgensohn <girgen@pingpong.net>
+# $FreeBSD$
+
+WANT_PGSQL_VER=94
+
+.include "${.CURDIR}/../postgresql91-docs/Makefile"
diff --git a/databases/postgresql94-pgtcl/Makefile b/databases/postgresql94-pgtcl/Makefile
new file mode 100644
index 000000000000..4574dab2e20c
--- /dev/null
+++ b/databases/postgresql94-pgtcl/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+WANT_PGSQL_VER= 94
+PKGNAMESUFFIX= -postgresql${WANT_PGSQL_VER}
+
+CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123]-[0-9]*
+
+MASTERDIR= ${.CURDIR}/../pgtcl
+
+.include "${MASTERDIR}/Makefile"
diff --git a/databases/postgresql94-plperl/Makefile b/databases/postgresql94-plperl/Makefile
new file mode 100644
index 000000000000..603971fdbd5b
--- /dev/null
+++ b/databases/postgresql94-plperl/Makefile
@@ -0,0 +1,7 @@
+# Created by: Palle Girgensohn <girgen@partitur.se>
+# $FreeBSD$
+
+PORTREVISION= 0
+WANT_PGSQL_VER= 94
+
+.include "${.CURDIR}/../postgresql90-plperl/Makefile"
diff --git a/databases/postgresql94-plpython/Makefile b/databases/postgresql94-plpython/Makefile
new file mode 100644
index 000000000000..19611fb5474d
--- /dev/null
+++ b/databases/postgresql94-plpython/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+PORTREVISION= 0
+WANT_PGSQL_VER= 94
+
+.include "${.CURDIR}/../postgresql90-plpython/Makefile"
diff --git a/databases/postgresql94-pltcl/Makefile b/databases/postgresql94-pltcl/Makefile
new file mode 100644
index 000000000000..156af92863db
--- /dev/null
+++ b/databases/postgresql94-pltcl/Makefile
@@ -0,0 +1,6 @@
+# Created by: Palle Girgensohn <girgen@partitur.se>
+# $FreeBSD$
+
+WANT_PGSQL_VER= 94
+
+.include "${.CURDIR}/../postgresql91-pltcl/Makefile"