summaryrefslogtreecommitdiff
path: root/databases/postgresql-plproxy/Makefile
blob: be5f9dcb423181488f793eee89af34cf27089b63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	plproxy
PORTVERSION=	2.10.0
CATEGORIES=	databases
MASTER_SITES=	https://plproxy.github.io/downloads/files/${PORTVERSION}/
PKGNAMEPREFIX=	postgresql-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Function-based sharding for PostgreSQL

LICENSE=	ISCL
LICENSE_FILE=	${WRKSRC}/COPYRIGHT

USES=		bison gmake pgsql

LLD_UNSAFE=	yes

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/plproxy.so

.include <bsd.port.mk>