summaryrefslogtreecommitdiff
path: root/databases/postgresql94-plpython
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-07-24 17:01:38 +0000
committerRene Ladan <rene@FreeBSD.org>2020-07-24 17:01:38 +0000
commitd841eb94b16fac58b307b35f0c2849842e5eea54 (patch)
tree6da1981a4ad8d75eeaae9bd7db29975555a05fb0 /databases/postgresql94-plpython
parentMk: unregister expired PostgreSQL 9.4 (diff)
Remove expired ports:
2020-07-24 databases/postgresql94-client: PostgreSQL-9.4 has reached end-of-life 2020-07-24 databases/postgresql94-contrib: PostgreSQL-9.4 has reached end-of-life 2020-07-24 databases/postgresql94-docs: PostgreSQL-9.4 has reached end-of-life 2020-07-24 databases/postgresql94-pgtcl: PostgreSQL-9.4 has reached end-of-life 2020-07-24 databases/postgresql94-plpython: PostgreSQL-9.4 has reached end-of-life 2020-07-24 databases/postgresql94-server: PostgreSQL-9.4 has reached end-of-life 2020-07-24 databases/postgresql94-pltcl: PostgreSQL-9.4 has reached end-of-life 2020-07-24 databases/postgresql94-plperl: PostgreSQL-9.4 has reached end-of-life
Notes
Notes: svn path=/head/; revision=543266
Diffstat (limited to 'databases/postgresql94-plpython')
-rw-r--r--databases/postgresql94-plpython/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/postgresql94-plpython/Makefile b/databases/postgresql94-plpython/Makefile
deleted file mode 100644
index b9901379725a..000000000000
--- a/databases/postgresql94-plpython/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# $FreeBSD$
-
-PORTREVISION= 1
-WANT_PGSQL_VER= 9.4
-
-INSTALL_DIRS= src/pl/plpython
-
-DEPRECATED= PostgreSQL-9.4 has reached end-of-life
-EXPIRATION_DATE=2020-07-24
-
-.include "${.CURDIR}/../postgresql12-plpython/Makefile"