aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql96-pgtcl
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2016-09-05 11:15:29 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2016-09-05 11:15:29 +0000
commit96150e27d7c316bc1d0b148d004b7fb036b7c5b3 (patch)
treec9c81cfb306dbdbcfdfd66b3af8892ccea273a81 /databases/postgresql96-pgtcl
parentf69161cef9f81e7b73433f421299d066bd0c17ba (diff)
downloadports-96150e27d7c316bc1d0b148d004b7fb036b7c5b3.tar.gz
ports-96150e27d7c316bc1d0b148d004b7fb036b7c5b3.zip
Add PostgreSQL-9.6 RC1
Please read the entry from 20160905 in UPDATING: daemon user has changed to `postgres' ICU is default on
Notes
Notes: svn path=/head/; revision=421360
Diffstat (limited to 'databases/postgresql96-pgtcl')
-rw-r--r--databases/postgresql96-pgtcl/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/postgresql96-pgtcl/Makefile b/databases/postgresql96-pgtcl/Makefile
new file mode 100644
index 000000000000..6eec174dd21b
--- /dev/null
+++ b/databases/postgresql96-pgtcl/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX= -postgresql96
+
+CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[01234]-[0-9]*
+
+PGTCL_SLAVE= 9.6
+MASTERDIR= ${.CURDIR}/../pgtcl
+
+.include "${MASTERDIR}/Makefile"