forked from Lainports/freebsd-ports
17 lines
333 B
Makefile
17 lines
333 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
|
|
|
|
USE_PGSQL= server
|
|
USE_GMAKE= yes
|
|
|
|
MAKE_ARGS= USE_PGXS=1 LDFLAGS=-lkvm
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|