opnsense-ports/databases/pg_stat_kcache/Makefile
Franco Fichtner fa4fbd1bd9 */*: sync with upstream
Taken from: HardenedBSD
2018-06-24 18:59:00 +02:00

24 lines
483 B
Makefile

# Created by: Palle Girgensohn <girgen@FreeBSD.org>
# $FreeBSD$
PORTNAME= pg_stat_kcache
DISTVERSIONPREFIX= REL
DISTVERSION= 2_0_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= dalibo
pre-patch:
@${MV} ${BUILD_WRKSRC}/README.rst ${BUILD_WRKSRC}/${PORTNAME}-README.rst
.include <bsd.port.mk>