diff options
author | antoine <antoine@FreeBSD.org> | 2016-10-01 23:57:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-10-01 23:57:43 +0800 |
commit | ee695ebb79f3d14375282bd7adb8cbb20b1494b5 (patch) | |
tree | b71f54d6676c966f386c5f7a3e3089061025c874 /databases/postgresql-pllua/Makefile | |
parent | b565cb8e3655cf0273441f8be97cab92b44402d5 (diff) | |
download | freebsd-ports-gnome-ee695ebb79f3d14375282bd7adb8cbb20b1494b5.tar.gz freebsd-ports-gnome-ee695ebb79f3d14375282bd7adb8cbb20b1494b5.tar.zst freebsd-ports-gnome-ee695ebb79f3d14375282bd7adb8cbb20b1494b5.zip |
Deprecate: depends on expired PostgreSQL 9.1
Diffstat (limited to 'databases/postgresql-pllua/Makefile')
-rw-r--r-- | databases/postgresql-pllua/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/postgresql-pllua/Makefile b/databases/postgresql-pllua/Makefile index bc43980f225d..570cec09ab0d 100644 --- a/databases/postgresql-pllua/Makefile +++ b/databases/postgresql-pllua/Makefile @@ -13,6 +13,9 @@ COMMENT= PL/Lua procedural language for PostgreSQL database LICENSE= MIT +DEPRECATED= Depends on expired PostgreSQL 9.1 +EXPIRATION_DATE= 2016-10-08 + USES= gmake lua pgsql:9.1- INSTALL_TARGET= install-strip |