mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
22 lines
480 B
Makefile
22 lines
480 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
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>
|