summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2025-01-01 13:01:19 +0100
committerRene Ladan <rene@FreeBSD.org>2025-01-01 13:01:19 +0100
commit52ef8f1b17ec559936c569ba036323d7481ad09c (patch)
tree924a63b37a68f6be1addeed08fee1e6822310fa7
parentdatabases/postgresql12-client: Remove expired port (diff)
databases/postgresql12-plperl: Remove expired port
2024-12-31 databases/postgresql12-plperl: PostgreSQL-12 is end-of-life
-rw-r--r--MOVED1
-rw-r--r--databases/Makefile1
-rw-r--r--databases/postgresql12-plperl/Makefile27
3 files changed, 1 insertions, 28 deletions
diff --git a/MOVED b/MOVED
index 9ee75f519f7f..79865e27ac04 100644
--- a/MOVED
+++ b/MOVED
@@ -3825,3 +3825,4 @@ security/sssd|security/sssd2|2025-01-01|Has expired: Not supported, please use d
databases/ldb22||2025-01-01|Has expired: Required only by security/sssd, which expires on 2024-12-31
databases/postgresql12-contrib||2025-01-01|Has expired: PostgreSQL-12 is end-of-life
databases/postgresql12-client||2025-01-01|Has expired: PostgreSQL-12 is end-of-life
+databases/postgresql12-plperl||2025-01-01|Has expired: PostgreSQL-12 is end-of-life
diff --git a/databases/Makefile b/databases/Makefile
index a85513cc7d2a..fc53e51748e4 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -671,7 +671,6 @@
SUBDIR += postgresql-zhparser
SUBDIR += postgresql12-docs
SUBDIR += postgresql12-pgtcl
- SUBDIR += postgresql12-plperl
SUBDIR += postgresql12-plpython
SUBDIR += postgresql12-pltcl
SUBDIR += postgresql12-server
diff --git a/databases/postgresql12-plperl/Makefile b/databases/postgresql12-plperl/Makefile
deleted file mode 100644
index 1b9d8c7f1bbf..000000000000
--- a/databases/postgresql12-plperl/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-PORTNAME= postgresql
-# Keep the ?=, this port is used as master by the other plperl.
-PORTREVISION?= 0
-CATEGORIES= databases perl5
-PKGNAMESUFFIX?= ${WANT_PGSQL_VER}${COMPONENT}
-
-MAINTAINER= pgsql@FreeBSD.org
-COMMENT= Write SQL functions for PostgreSQL using Perl5
-
-RUN_DEPENDS= postgres:databases/postgresql${WANT_PGSQL_VER}-server
-
-MASTERDIR= ${.CURDIR}/../../databases/postgresql${WANT_PGSQL_VER}-server
-
-WANT_PGSQL_VER?=12
-
-USES+= perl5 readline
-CONFIGURE_ARGS= --with-perl
-
-BUILD_DIRS= src/backend ${INSTALL_DIRS}
-INSTALL_DIRS?= src/pl/plperl contrib/hstore_plperl contrib/jsonb_plperl
-SLAVE_ONLY= yes
-COMPONENT= -plperl
-
-# this port fails to build in parallel
-MAKE_JOBS_UNSAFE= yes
-
-.include "${MASTERDIR}/Makefile"