freebsd-ports/databases/postgresql-relay/Makefile
Andrej Zverev d912c7ff91 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-10 13:50:14 +00:00

29 lines
752 B
Makefile

# Created by: Edwin Groothuis (edwin@mavetju.org)
# $FreeBSD$
PORTNAME= postgresql-relay
PORTVERSION= 1.3.2
PORTREVISION= 1
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
USE_RC_SUBR= postgresql-relay
USES= perl5
USE_PERL5= build
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/postgresql-relay ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/postgresql-relay.conf-sample ${PREFIX}/etc/postgresql-relay.conf-sample
${INSTALL_MAN} ${WRKSRC}/postgresql-relay.8 ${MAN8PREFIX}/man/man8
post-install:
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>