ports/databases/postgresql-pgaudit/Makefile
Kevin Bowling 6e467f1d3d databases/postgresql-pgaudit: Update to 16.0
PR:		279192
Approved by:	maintainer timeout
2024-07-23 09:32:06 -07:00

27 lines
593 B
Makefile

PORTNAME= pgaudit
#DISTVERSIONPREFIX= v
PORTVERSION= 16.0
CATEGORIES= databases
PKGNAMEPREFIX= postgresql${PGSQL_VER:S|.||}-
MAINTAINER= gehaowu@bitmoe.com
COMMENT= PostgreSQL Audit Extension
WWW= https://www.pgaudit.org/
LICENSE= PostgreSQL
USES= gmake pgsql:16+
WANT_PGSQL= server
USE_GITHUB= yes
GH_ACCOUNT= pgaudit
MAKE_ENV= USE_PGXS=1
PLIST_FILES= lib/postgresql/pgaudit.so \
share/postgresql/extension/pgaudit--16.0.sql \
share/postgresql/extension/pgaudit.control
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pgaudit.so
.include <bsd.port.mk>