Update databases/pear-MDB2_Driver_pgsql to version 1.5.0.b4
[dports.git] / databases / pear-MDB2_Driver_pgsql / Makefile
1 # Created by: Rong-En Fan <rafan@FreeBSD.org>
2 # $FreeBSD: ports/databases/pear-MDB2_Driver_pgsql/Makefile,v 1.11 2013/02/04 09:00:55 svnexp Exp $
3
4 PORTNAME=       MDB2_Driver_pgsql
5 DISTVERSION=    1.5.0b4
6 CATEGORIES=     databases www pear
7
8 MAINTAINER=     miwi@FreeBSD.org
9 COMMENT=        PEAR pgsql MDB2 driver
10
11 BUILD_DEPENDS=  ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
12                 ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
13 RUN_DEPENDS:=   ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
14                 ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
15
16 USE_PHP=        pgsql
17 PEAR_AUTOINSTALL=       yes
18
19 .include <bsd.port.pre.mk>
20
21 .if ${OSVERSION} < 800000 && ${ARCH} == "x86_64"
22 BROKEN=         segfaults during installation on FreeBSD 7.X
23 .endif
24
25 .include "${PORTSDIR}/devel/pear/bsd.pear.mk"
26 .include <bsd.port.post.mk>