Files
ports/databases/pgrouting/Makefile
Richard Gallamore 68d27b7203 * Updated to 2.4.1
PR:		221092
Submitted by:	lbartoletti (maintainer)
Reviewed by:	matthew (mentor), mat
Approved by:	matthew (mentor)
Differential Revision:	https://reviews.freebsd.org/D11888
2017-08-08 17:55:01 +00:00

25 lines
628 B
Makefile

# Created by: lbartoletti <coder@tuxfamily.org>
# $FreeBSD$
PORTNAME= pgrouting
PORTVERSION= 2.4.1
DISTVERSIONPREFIX= v
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:outsource localbase pgsql:9.1+ pkgconfig
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= pgRouting
.include <bsd.port.mk>