diff options
author | feld <feld@FreeBSD.org> | 2018-05-24 02:53:24 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2018-05-24 02:53:24 +0800 |
commit | 48262167c9b6ae6e57e58a7251c7c9830fc9d9a8 (patch) | |
tree | e395759b53dc286379802ba20e7da8a6ee23537c /databases | |
parent | 5c0e974060a5f846fc6624ed400e709560bdba12 (diff) | |
download | freebsd-ports-gnome-48262167c9b6ae6e57e58a7251c7c9830fc9d9a8.tar.gz freebsd-ports-gnome-48262167c9b6ae6e57e58a7251c7c9830fc9d9a8.tar.zst freebsd-ports-gnome-48262167c9b6ae6e57e58a7251c7c9830fc9d9a8.zip |
Deprecate databases/mongodb
End of Life was reached ages ago.
https://www.mongodb.com/support-policy
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mongodb/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/mongodb/Makefile b/databases/mongodb/Makefile index f7ed95de9634..1169ece61c28 100644 --- a/databases/mongodb/Makefile +++ b/databases/mongodb/Makefile @@ -14,6 +14,9 @@ PATCHFILES= 0ee4735ab8fb.patch:-p1 MAINTAINER= ale@FreeBSD.org COMMENT= NOSQL distributed document-oriented database +EXPIRATION_DATE= 2018-07-23 +DEPRECATED= End of Life October 2016 + # mongodb is AGPLv3, C++ driver is APACHE20 LICENSE= AGPLv3 APACHE20 LICENSE_COMB= multi |