xref: /mports/databases/postgresqltuner/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Created by Lucas Holt
2
3PORTNAME=	postgresqltuner
4PORTVERSION=	1.0.1
5#DISTVERSIONPREFIX=	v
6CATEGORIES=	databases
7
8MAINTAINER=	ports@MidnightBSD.org
9COMMENT=	Simple script to analyse your PostgreSQL database configuration, and give tuning advice
10
11LICENSE=	gpl3
12
13RUN_DEPENDS=	p5-DBD-Pg>=0:databases/p5-DBD-Pg \
14		freecolor:sysutils/freecolor
15
16USES=		perl5
17
18USE_GITHUB=	yes
19GH_ACCOUNT=	jfcoz
20GH_PROJECT=	postgresqltuner
21
22NO_BUILD=	yes
23
24do-install:
25	${INSTALL_SCRIPT} ${WRKSRC}/postgresqltuner.pl ${PREFIX}/bin/postgresqltuner.pl
26
27.include <bsd.port.mk>
28

served by {OpenGrok

Last Index Update: Sun Mar 22 17:06:33 EDT 2026