freebsd-ports/databases/postgresql-plproxy/Makefile
Sunpoet Po-Chuan Hsieh c214d3ce76 Update to 2.10.0
- Update MASTER_SITES: use upstream release tarball

Changes:	https://github.com/plproxy/plproxy/releases
		https://plproxy.github.io/changelog.html
2020-09-29 18:15:14 +00:00

23 lines
492 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
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>