blob: 87aaadb5fff75fe6651856a082d96d9771507d94 (
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= pg_store_plans
DISTVERSION= 1.8
CATEGORIES= databases
MAINTAINER= joseph@2egos.de
COMMENT= Enables Postgresql to store query execution plans in the Instance
WWW= https://github.com/ossc-db/pg_store_plans
LICENSE= Custom
LICENSE_NAME= Custom
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= auto-accept
USE_GITHUB= yes
GH_ACCOUNT= ossc-db
USES= gmake pgsql:15+
WANT_PGSQL= server
MAKE_ARGS= USE_PGXS=YES
.include <bsd.port.pre.mk>
.if ${PGSQL_VER} > 16
IGNORE= Only supported up to pgsql 16
.endif
.include <bsd.port.post.mk>
|