freebsd-ports/databases/pg_stat_kcache/Makefile
Mathieu Arnold 77f8276a88 Github cleanup.
- 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
2016-06-01 13:15:36 +00:00

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>