diff options
author | Wen Heping <wen@FreeBSD.org> | 2019-03-15 02:57:37 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2019-03-15 02:57:37 +0000 |
commit | 18c878c1875e3a9559d3c10633f92d5b5bdea197 (patch) | |
tree | c9319ed821d114f4dcbae9cc70d4673dfbde81ed /databases | |
parent | 700836dca1ad9139e120fbaccf4d458c9c696023 (diff) | |
download | ports-18c878c1875e3a9559d3c10633f92d5b5bdea197.tar.gz ports-18c878c1875e3a9559d3c10633f92d5b5bdea197.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgis20/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/postgis20/Makefile b/databases/postgis20/Makefile index c2be2314e6a5..1f585f2c30ff 100644 --- a/databases/postgis20/Makefile +++ b/databases/postgis20/Makefile @@ -13,6 +13,9 @@ COMMENT= Geographic objects support for PostgreSQL databases LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Upstream no longer maintained +EXPIRATION_DATE=2019-06-15 + LIB_DEPENDS= libgeos.so:graphics/geos \ libjson-c.so:devel/json-c \ libproj.so:graphics/proj |