Files
ports/databases/ip4r/Makefile
T
Axel Rau e51a72f725 databases/ip4r: update 2.4.2 -> 2.4.3
- now supports PostgreSQL 19 (bits8 -> uint8)

PR:		296053
Changes:	https://github.com/RhodiumToad/ip4r/releases/tag/2.4.3
2026-06-14 18:43:28 +02:00

21 lines
544 B
Makefile

PORTNAME= ip4r
PORTVERSION= 2.4.3
CATEGORIES= databases net
MAINTAINER= axel.rau@chaos1.de
COMMENT= IP address and IP range index types for PostgreSQL
WWW= https://github.com/RhodiumToad/ip4r
LICENSE= PostgreSQL
USES= gmake pgsql
USE_GITHUB= yes
GH_ACCOUNT= RhodiumToad
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/include/postgresql/server/extension/ip4r
${INSTALL_DATA} ${WRKSRC}/src/ipr.h ${STAGEDIR}${PREFIX}/include/postgresql/server/extension/ip4r
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/ip4r.so
.include <bsd.port.mk>