77f8276a88
- Use the version tag instead of commit hash when they're the same. - Remove unnneeded variables. - Simplify go- ports when possible. - Various fixes. Sponsored by: Absolight
21 lines
447 B
Makefile
21 lines
447 B
Makefile
# Created by: Palle Girgensohn <girgen@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pg_stat_kcache
|
|
DISTVERSIONPREFIX= REL
|
|
DISTVERSION= 2_0_2
|
|
CATEGORIES= databases
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= dalibo
|
|
|
|
MAINTAINER= girgen@FreeBSD.org
|
|
COMMENT= Gather statistics about PostgreSQL I/O and CPU usage
|
|
|
|
USES= gmake pgsql:9.4+
|
|
WANT_PGSQL= server contrib
|
|
|
|
pre-patch:
|
|
@${MV} ${BUILD_WRKSRC}/README.rst ${BUILD_WRKSRC}/${PORTNAME}-README.rst
|
|
|
|
.include <bsd.port.mk>
|