e51a72f725
- now supports PostgreSQL 19 (bits8 -> uint8) PR: 296053 Changes: https://github.com/RhodiumToad/ip4r/releases/tag/2.4.3
21 lines
544 B
Makefile
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>
|