1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/databases/powa-archivist/Makefile
Palle Girgensohn 35c8396c5e Update to a preversion 3.1.1
This fixes a problem with an infinite loop.
2017-08-10 08:24:05 +00:00

27 lines
626 B
Makefile

# Created by: Palle Girgensohn <girgen@FreeBSD.org>
# $FreeBSD$
PORTNAME= powa-archivist
PORTVERSION= 3.1.1.a.20161106
CATEGORIES= databases
MAINTAINER= girgen@FreeBSD.org
COMMENT= PostgreSQL workload analyzer background worker
LICENSE= PostgreSQL
RUN_DEPENDS= ${LOCALBASE}/lib/postgresql/pg_stat_kcache.so:databases/pg_stat_kcache \
${LOCALBASE}/lib/postgresql/pg_qualstats.so:databases/pg_qualstats
USE_GITHUB= yes
GH_ACCOUNT= dalibo
GH_TAGNAME= 521fdf
USES= gmake pgsql:9.4+
WANT_PGSQL= server contrib
pre-patch:
@for f in ${BUILD_WRKSRC}/*.md; do ${MV} $$f $${f%/*}/powa-$${f##*/}; done
.include <bsd.port.mk>