1 | PortSystem 1.0 |
---|
2 | name postgis |
---|
3 | version 1.1.1 |
---|
4 | maintainers fulton@cmu.edu |
---|
5 | description PostGIS spatial extensions for PostgreSQL |
---|
6 | long_description PostGIS adds support for geographic objects to the \ |
---|
7 | PostgreSQL object-relational database. In effect, PostGIS \ |
---|
8 | spatially enables the PostgreSQL server, allowing it to \ |
---|
9 | be used as a backend spatial database for geographic \ |
---|
10 | information systems (GIS), much like ESRI's SDE or \ |
---|
11 | Oracle's Spatial extension. |
---|
12 | homepage http://postgis.refractions.net/ |
---|
13 | master_sites http://postgis.refractions.net/download/ |
---|
14 | categories science |
---|
15 | checksums md5 3c86999ff2fa8678bb3d210202a84358 |
---|
16 | |
---|
17 | depends_build bin:pg_config:postgresql8+server |
---|
18 | depends_lib port:geos port:proj |
---|
19 | |
---|
20 | configure.args --with-pgsql=/opt/local/lib/pgsql8/bin/pg_config |
---|