diff options
Diffstat (limited to 'databases/postgresql96-plperl/Makefile')
-rw-r--r-- | databases/postgresql96-plperl/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/databases/postgresql96-plperl/Makefile b/databases/postgresql96-plperl/Makefile deleted file mode 100644 index e3954311fb71..000000000000 --- a/databases/postgresql96-plperl/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# Created by: Palle Girgensohn <girgen@partitur.se> - -WANT_PGSQL_VER= 9.6 - -INSTALL_DIRS= src/pl/plperl contrib/hstore_plperl - -# this port fails to build in parallel -MAKE_JOBS_UNSAFE= yes - -.include "${.CURDIR}/../postgresql14-plperl/Makefile" |