mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
75e6e3c90f
- Support pg 16, including soft-error handling for input. - Check for lower < upper in binary format input and correct if necessary. - Remove support for some long-obsolete PG versions - Remove support for old-style (pre-extension) building.
21 lines
544 B
Makefile
21 lines
544 B
Makefile
PORTNAME= ip4r
|
|
PORTVERSION= 2.4.2
|
|
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>
|