Loïc Bartoletti d84c59bd17
databases/pgrouting: revert last commit
This reverts commit b7fb45fcb4cfb4a9e0edb7d4e67edb7f11e104f7.

This was already updated to 3.8.0 - applying the patch a second time puts it back to 3.7.3.

Reported by: Martin Birgmeier <d8zNeCFG@aon.at> and portmgr@
2025-11-17 06:48:57 +01:00

25 lines
632 B
Makefile

PORTNAME= pgrouting
DISTVERSIONPREFIX= v
DISTVERSION= 3.8.0
CATEGORIES= databases geography
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Extension to PostGIS to provide geospatial routing functionality
WWW= https://pgrouting.org/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_thread.so:devel/boost-libs
RUN_DEPENDS= ${LOCALBASE}/share/postgresql/extension/postgis.control:databases/postgis35
USES= compiler:c++14-lang cmake localbase perl5 pgsql:13+ pkgconfig
WANT_PGSQL= lib server
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= pgRouting
PLIST_SUB= DISTVERSION=${DISTVERSION}
.include <bsd.port.mk>