freebsd-ports/databases/pgpool/Makefile
Vanilla I. Shu e3ca2d2fcc Stagify.
Approved by:	portmgr@
2014-06-13 15:46:52 +00:00

29 lines
612 B
Makefile

# Created by: Choe, Cheng-Dae <whitekid@gmail.com>
# $FreeBSD$
PORTNAME= pgpool
PORTVERSION= 3.4.1
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/1446/
MAINTAINER= ports@FreeBSD.org
COMMENT= Connection pool server for PostgreSQL
USES= gmake
GNU_CONFIGURE= yes
USE_RC_SUBR= pgpool
CONFLICTS= pgpool-II-*
PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>