aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pear-MDB2_Driver_mysql/Makefile
blob: ee3983961b64c593b455e3d5e8d06049a308a81c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Rong-En Fan <rafan@FreeBSD.org>
# $FreeBSD$

PORTNAME=   MDB2_Driver_mysql
DISTVERSION=    1.5.0b4
CATEGORIES= databases www pear

MAINTAINER= joneum@FreeBSD.org
COMMENT=    PEAR MySQL MDB2 driver

LICENSE=    BSD3CLAUSE

BUILD_DEPENDS=  pear-MDB2>=0:databases/pear-MDB2
RUN_DEPENDS:=   ${BUILD_DEPENDS}

NO_ARCH=    yes
USES=       pear
USE_PHP=    mysql
IGNORE_WITH_PHP=    70 71

.include <bsd.port.mk>