ports/databases/postgresql-plproxy/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

29 lines
630 B
Makefile

# Ports collection makefile for: postgresql-plproxy
# Date created: 27 July 2007
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= plproxy
PORTVERSION= 2.0.2
PORTREVISION= 1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/1355/
PKGNAMEPREFIX= postgresql-
MAINTAINER= skv@FreeBSD.org
COMMENT= PL/Proxy is database partitioning system
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
BROKEN= Does not build
USE_PGSQL= yes
USE_GMAKE= yes
post-patch:
@${REINPLACE_CMD} -e 's= flex= ${LOCALBASE}/bin/flex=g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>