Commit 52ef8f1b authored by Rene Ladan's avatar Rene Ladan
Browse files

databases/postgresql12-plperl: Remove expired port

2024-12-31 databases/postgresql12-plperl: PostgreSQL-12 is end-of-life
parent 478e5666
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −27
Original line number Diff line number Diff line
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"