2007-07-26 23:20:37 +02:00
|
|
|
# Ports collection makefile for: postgresql-plproxy
|
|
|
|
# Date created: 27 July 2007
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= plproxy
|
2008-09-04 16:24:15 +02:00
|
|
|
PORTVERSION= 2.0.5
|
2007-07-26 23:20:37 +02:00
|
|
|
CATEGORIES= databases
|
2008-09-04 16:24:15 +02:00
|
|
|
MASTER_SITES= http://pgfoundry.org/frs/download.php/1818/
|
2007-07-26 23:20:37 +02:00
|
|
|
PKGNAMEPREFIX= postgresql-
|
|
|
|
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
|
|
COMMENT= PL/Proxy is database partitioning system
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
|
|
|
|
|
|
|
|
USE_PGSQL= yes
|
|
|
|
USE_GMAKE= yes
|
2008-09-04 16:24:15 +02:00
|
|
|
USE_BISON= build
|
2007-07-26 23:20:37 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's= flex= ${LOCALBASE}/bin/flex=g' \
|
|
|
|
${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|