diff options
Diffstat (limited to 'databases/postgresql92-pltcl')
-rw-r--r-- | databases/postgresql92-pltcl/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/postgresql92-pltcl/Makefile b/databases/postgresql92-pltcl/Makefile new file mode 100644 index 000000000000..4025cc54334a --- /dev/null +++ b/databases/postgresql92-pltcl/Makefile @@ -0,0 +1,10 @@ +# New ports collection makefile for: PostgreSQL PL/Perl +# Date created: January 14, 2002 +# Whom: Palle Girgensohn <girgen@partitur.se> +# +# $FreeBSD$ +# + +WANT_PGSQL_VER= 92 + +.include "${.CURDIR}/../postgresql90-pltcl/Makefile" |