diff options
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/postgresql12-plperl/Makefile | 27 |
2 files changed, 0 insertions, 28 deletions
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" |