aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql83-pltcl
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-03-05 21:18:50 +0000
committerChris Rees <crees@FreeBSD.org>2012-03-05 21:18:50 +0000
commitea1723d3ac9af3787f2fb283fe10d92a6c7ee243 (patch)
tree5323f00292f3f573f25fbbb171e147a6c7848f40 /databases/postgresql83-pltcl
parent9183ac23aaa9505a29ef7b26658fa5f75dac7bb5 (diff)
downloadports-ea1723d3ac9af3787f2fb283fe10d92a6c7ee243.tar.gz
ports-ea1723d3ac9af3787f2fb283fe10d92a6c7ee243.zip
Notes
Diffstat (limited to 'databases/postgresql83-pltcl')
-rw-r--r--databases/postgresql83-pltcl/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/postgresql83-pltcl/Makefile b/databases/postgresql83-pltcl/Makefile
new file mode 100644
index 000000000000..1b38ab2616b5
--- /dev/null
+++ b/databases/postgresql83-pltcl/Makefile
@@ -0,0 +1,10 @@
+# New ports collection makefile for: PostgreSQL PL/Tcl
+# Date created: January 14, 2002
+# Whom: Palle Girgensohn <girgen@partitur.se>
+#
+# $FreeBSD$
+#
+
+WANT_PGSQL_VER?=83
+
+.include "${.CURDIR}/../postgresql91-pltcl/Makefile"