summaryrefslogtreecommitdiff
path: root/databases/postgresql-pgaudit/Makefile
blob: e16364269ff51180e2317510748fee64e60b8b51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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>