24 lines
627 B
Makefile
24 lines
627 B
Makefile
PORTNAME= powa-archivist
|
|
DISTVERSIONPREFIX= REL_
|
|
DISTVERSION= 4_2_2
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= PostgreSQL workload analyzer background worker
|
|
WWW= http://powa.readthedocs.org/en/latest/powa-archivist/index.html
|
|
|
|
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= powa-team
|
|
|
|
USES= gmake pgsql:11+
|
|
WANT_PGSQL= server contrib
|
|
|
|
pre-patch:
|
|
@for f in ${BUILD_WRKSRC}/*.md; do ${MV} $$f $${f%/*}/powa-$${f##*/}; done
|
|
|
|
.include <bsd.port.mk>
|