aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql11-pgtcl
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2018-10-19 21:32:08 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2018-10-19 21:32:08 +0000
commitb48c2a7d2265bf9d45c27cc905630737c8159413 (patch)
tree33ce32264cd81f591dee9fe0f33e79d9c9cce8de /databases/postgresql11-pgtcl
parent6213f903cf1e4e36bf10dd5e1951abdd6ba3fed1 (diff)
downloadports-b48c2a7d2265bf9d45c27cc905630737c8159413.tar.gz
ports-b48c2a7d2265bf9d45c27cc905630737c8159413.zip
Notes
Diffstat (limited to 'databases/postgresql11-pgtcl')
-rw-r--r--databases/postgresql11-pgtcl/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/postgresql11-pgtcl/Makefile b/databases/postgresql11-pgtcl/Makefile
new file mode 100644
index 000000000000..e81c5eb64649
--- /dev/null
+++ b/databases/postgresql11-pgtcl/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX= -postgresql11
+
+CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123456]-[0-9]* pgtcl-postgresql10-*
+
+PGTCL_SLAVE= 11
+MASTERDIR= ${.CURDIR}/../pgtcl
+
+.include "${MASTERDIR}/Makefile"