diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-01-15 23:30:33 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-01-15 23:30:33 +0000 |
commit | c6f7cf22ce09d47e1e50fdd346eff5d00814febf (patch) | |
tree | 6214d59fb57595d6bd116ba7851c20257dfa559f /converters/Makefile | |
parent | a3460c71c8eade7922726d78707c692584336859 (diff) | |
download | freebsd-ports-c6f7cf22ce09d47e1e50fdd346eff5d00814febf.zip |
New port: converters/osm2pgrouting: Import OSM data into pgRouting database
PR: 221810
Submitted by: lbartoletti <lbartoletti@tuxfamily.org>
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13882
Diffstat (limited to 'converters/Makefile')
-rw-r--r-- | converters/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index f819ee7aa2ee..cbd5a13eb105 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -59,6 +59,7 @@ SUBDIR += ocaml-base64 SUBDIR += ocaml-jsonm SUBDIR += osm2mp + SUBDIR += osm2pgrouting SUBDIR += osm2pgsql SUBDIR += p5-Bencode SUBDIR += p5-Boulder |