mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
17 lines
324 B
Makefile
17 lines
324 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= pg_statsinfo
|
|
PORTVERSION= 2.4.1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://pgfoundry.org/frs/download.php/3429/
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Monitor statistics and activity of PostgreSQL
|
|
|
|
USES= gmake pgsql
|
|
WANT_PGSQL= server
|
|
|
|
MAKE_ARGS= USE_PGXS=1 LDFLAGS=-lkvm
|
|
|
|
.include <bsd.port.mk>
|