mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
24 lines
474 B
Makefile
24 lines
474 B
Makefile
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
|
|
|
|
PORTNAME= pg_stat_kcache
|
|
DISTVERSIONPREFIX= REL
|
|
DISTVERSION= 2_1_3
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= Gather statistics about PostgreSQL I/O and CPU usage
|
|
|
|
LICENSE= PostgreSQL
|
|
|
|
USES= gmake pgsql:9.4+
|
|
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>
|