aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql10-pgtcl
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2017-08-10 14:23:31 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2017-08-10 14:23:31 +0000
commit0fffd0a8078c91b448e48d7e3354156c8f37553a (patch)
treec140111beb1a865c26cd80c57328f7d5835df953 /databases/postgresql10-pgtcl
parentc57718b9f41e6cd9326b727700ae66ed3f1ec437 (diff)
downloadports-0fffd0a8078c91b448e48d7e3354156c8f37553a.tar.gz
ports-0fffd0a8078c91b448e48d7e3354156c8f37553a.zip
Notes
Diffstat (limited to 'databases/postgresql10-pgtcl')
-rw-r--r--databases/postgresql10-pgtcl/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/postgresql10-pgtcl/Makefile b/databases/postgresql10-pgtcl/Makefile
new file mode 100644
index 000000000000..9738b1302367
--- /dev/null
+++ b/databases/postgresql10-pgtcl/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+PKGNAMESUFFIX= -postgresql10
+
+CONFLICTS= pgtcl-[0-9]* pgtcl-postgresql9[0123456]-[0-9]*
+
+PGTCL_SLAVE= 10
+MASTERDIR= ${.CURDIR}/../pgtcl
+
+.include "${MASTERDIR}/Makefile"