summaryrefslogtreecommitdiff
path: root/databases/postgresql94-pgtcl
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 /databases/postgresql94-pgtcl
parent- Update from 3.24.0 to 3.26.0 (diff)
Add -docs, -plgtcl, -plperl, -plpython and -pltcl to the flora of postgresql94-ports
Diffstat (limited to 'databases/postgresql94-pgtcl')
-rw-r--r--databases/postgresql94-pgtcl/Makefile10
1 files changed, 10 insertions, 0 deletions
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"