freebsd-ports/databases/pgrouting/Makefile
Jan Beich b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00

25 lines
634 B
Makefile

# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= pgrouting
PORTVERSION= 2.3.2
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= databases geography
MAINTAINER= lbartoletti@tuxfamily.org
COMMENT= Extension to PostGIS to provide geospatial routing functionality
LICENSE= GPLv2
LIB_DEPENDS= libboost_system.so:devel/boost-libs\
libCGAL.so:math/cgal \
libgmp.so:math/gmp
RUN_DEPENDS= ${LOCALBASE}/share/postgresql/contrib/postgis-2.1/postgis.sql:databases/postgis21
USES= compiler:c++11-lib cmake localbase pgsql:9.1+ pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= pgRouting
.include <bsd.port.mk>