Files
claudio 36bdd96cf0 Update to 2.4.2 which includes a fix for postgresql > 16
Also switch to ports-gcc since this uses various -W flags base gcc does
not know.
OK sthen@
2025-11-25 18:48:57 +00:00

32 lines
642 B
Makefile

COMMENT= IPv4/v6 and IPv4/v6 range index type for PostgreSQL
GH_ACCOUNT= RhodiumToad
GH_PROJECT= ip4r
# use a slightly newer commit including the license file
GH_TAGNAME= 2.4.2
#DISTNAME= ip4r-2.4.1pl1
PKGNAME= postgresql-${DISTNAME}
CATEGORIES= databases net
# PostgreSQL license (BSD)
PERMIT_PACKAGE= Yes
# -Wvla and other unrecognized command line options
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
WANTLIB += c
USE_GMAKE= Yes
MODULES= databases/postgresql
BUILD_DEPENDS= databases/postgresql,-server
RUN_DEPENDS= databases/postgresql,-server
TEST_DEPENDS= ${BUILD_PKGPATH}
TEST_TARGET= installcheck
.include <bsd.port.mk>