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