summaryrefslogtreecommitdiff
path: root/databases/postgresql93-plpython
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2013-05-11 23:46:30 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2013-05-11 23:46:30 +0000
commit740b7ff067e9a4950228fcfef257b2e7d4e698fe (patch)
treedcf48f35e1c0d88d803a17ef2347231f73df8d9b /databases/postgresql93-plpython
parentUpdate to 4.1.3 (diff)
Prepare for postgresql 9.3 beta 1 by svn cp postgresql92-* postgresql93-*
Notes
Notes: svn path=/head/; revision=317924
Diffstat (limited to 'databases/postgresql93-plpython')
-rw-r--r--databases/postgresql93-plpython/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/databases/postgresql93-plpython/Makefile b/databases/postgresql93-plpython/Makefile
new file mode 100644
index 000000000000..0fccab61ab19
--- /dev/null
+++ b/databases/postgresql93-plpython/Makefile
@@ -0,0 +1,5 @@
+# $FreeBSD$
+
+WANT_PGSQL_VER= 92
+
+.include "${.CURDIR}/../postgresql90-plpython/Makefile"