diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-16 16:11:08 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-11-16 16:11:08 +0000 |
commit | a4380a3f6acac16dc77d5cefb973f6ba424d8fab (patch) | |
tree | 45fa6b223904963aaa2e0433c7e1e4a61d9d3cd0 /databases | |
parent | 242e093b6c6d7322721b25f33577fb78569ad84e (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgis/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/postgis/Makefile b/databases/postgis/Makefile index 7d630aad8554..8aa84e18718e 100644 --- a/databases/postgis/Makefile +++ b/databases/postgis/Makefile @@ -6,7 +6,8 @@ PORTVERSION= 1.5.3 PORTREVISION= 3 CATEGORIES= databases geography MASTER_SITES= http://postgis.refractions.net/download/ \ - http://www.postgis.org/download/ + http://www.postgis.org/download/ +PKGNAMESUFIX= -legacy MAINTAINER= ports@FreeBSD.org COMMENT= Adds support for geographic objects to PostgreSQL databases @@ -17,6 +18,9 @@ RUN_DEPENDS= postmaster:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server CONFLICTS= postgis-2.* +DEPRECATED= EOLed upstream +EXPIRATION_DATE= 2013-12-16 + USES= bison iconv gmake perl5 USE_GNOME= libxml2 USE_PGSQL= yes |