freebsd-ports/databases/pgtune/Makefile
Dmitry Marakasov 73a4cd89ad - Add LICENSE
- Tweak python dependency: runtime only and python 2.x only
- Add NO_ARCH
- Fix shebangfix by removing shebang change from the patch

Approved by:	portmgr blanket
2017-05-15 19:39:49 +00:00

28 lines
718 B
Makefile

# Created by: Matthieu BOUTHORS
# $FreeBSD$
PORTNAME= pgtune
PORTVERSION= 0.9.3
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/2449/ \
https://www.glenbarber.us/ports/${CATEGORIES}/${PORTNAME}/
MAINTAINER= gjb@FreeBSD.org
COMMENT= Postgresql.conf tuning tips based on hardware and load type
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= python:2,run shebangfix
SHEBANG_FILES= ${PORTNAME}
NO_BUILD= yes
NO_ARCH= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pgtune ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${PREFIX}/share/pgtune/settings
${INSTALL_DATA} ${WRKSRC}/pg_settings* \
${STAGEDIR}${PREFIX}/share/pgtune/settings
.include <bsd.port.mk>