ports/databases/pguri/Makefile
Torsten Zuehlsdorff ff6fb0d73c databases/pguri: Update from 1.20151224 to 1.20251029
Changelog:
    * Fix possible compiler warnings or errors on PostgreSQL 16 and later.

  Taken from:
    https://github.com/petere/pguri/releases/tag/1.20251029

Sponsored by:	OTTRIA
2025-11-02 22:26:06 +01:00

27 lines
638 B
Makefile

PORTNAME= pguri
PORTVERSION= 1.20251029
CATEGORIES= databases
MAINTAINER= tz@FreeBSD.org
COMMENT= URI datatype for PostgreSQL
WWW= https://github.com/petere/pguri
BUILD_DEPENDS= uriparser>=0.8.0:net/uriparser
RUN_DEPENDS= uriparser>=0.8.0:net/uriparser
USES= gmake pgsql pkgconfig
LLD_UNSAFE= yes
USE_GITHUB= yes
GH_ACCOUNT= petere
PLIST_FILES= lib/postgresql/uri.so share/postgresql/extension/uri--0.sql \
share/postgresql/extension/uri--1.sql \
share/postgresql/extension/uri--0--1.sql \
share/postgresql/extension/uri.control
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/uri.so
.include <bsd.port.mk>