1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/databases/postgresql-relay/Makefile
Edwin Groothuis 5f2b4ecc90 New port: databases/postgresql-relay
postgresql-relay - multiplex all your databases to one point
	of origin

	postgresql-relay can be used to as a single point of origin
	for all your databases. Instead of having to remember (or
	modify in case of changes) all the names of your databases,
	on which machines and on which ports they are running, you
	only need to remember one machine and the name of the
	database. The postgresql-relay will then forward the
	connection to the proper database on the proper port of the
	proper server. No more changes in the hundreds of clients
	and scripts!
2004-02-13 06:50:09 +00:00

25 lines
734 B
Makefile

# New ports collection makefile for: postgresql-relay
# Date created: 14 February 2003
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= postgresql-relay
PORTVERSION= 1.2
CATEGORIES= databases net
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
COMMENT= Multiplex multiple PostgreSQL databases to one relay
MAN8= postgresql-relay.8
PLIST_FILES= bin/postgresql-relay etc/postgresql-relay.conf-sample
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/postgresql-relay ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/postgresql-relay.conf ${PREFIX}/etc/postgresql-relay.conf-sample
${INSTALL_MAN} ${WRKSRC}/postgresql-relay.8 ${MAN8PREFIX}/man/man8
.include <bsd.port.mk>