diff options
Diffstat (limited to 'databases/postgresql93-plperl/Makefile')
-rw-r--r-- | databases/postgresql93-plperl/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/databases/postgresql93-plperl/Makefile b/databases/postgresql93-plperl/Makefile new file mode 100644 index 000000000000..e9d805f84729 --- /dev/null +++ b/databases/postgresql93-plperl/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-plperl/Makefile" |