mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
22 lines
467 B
Makefile
22 lines
467 B
Makefile
PORTNAME= pg_stat_kcache
|
|
DISTVERSIONPREFIX= REL
|
|
DISTVERSION= 2_3_0
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= Gather statistics about PostgreSQL I/O and CPU usage
|
|
WWW= https://github.com/dalibo/pg_stat_kcache
|
|
|
|
LICENSE= PostgreSQL
|
|
|
|
USES= gmake pgsql:11+
|
|
LLD_UNSAFE= yes
|
|
WANT_PGSQL= server contrib
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= powa-team
|
|
|
|
pre-patch:
|
|
@${MV} ${BUILD_WRKSRC}/README.rst ${BUILD_WRKSRC}/${PORTNAME}-README.rst
|
|
|
|
.include <bsd.port.mk>
|