freebsd-ports/databases/postgresql-plproxy/Makefile
Pav Lucistnik 6da29a94fa - This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.

With hat:	portmgr
2008-06-19 02:54:54 +00:00

31 lines
708 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
DEPRECATED= Has been broken for more than 6 months
EXPIRATION_DATE=2008-09-19
USE_PGSQL= yes
USE_GMAKE= yes
post-patch:
@${REINPLACE_CMD} -e 's= flex= ${LOCALBASE}/bin/flex=g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>