b233276d78
Approved by: mat (mentor)
20 lines
381 B
Makefile
20 lines
381 B
Makefile
# Created by: Rong-En Fan <rafan@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= MDB2_Driver_mysqli
|
|
DISTVERSION= 1.5.0b4
|
|
CATEGORIES= databases www pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= PEAR MySQL MDB2 driver
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
BUILD_DEPENDS= pear-MDB2>=0:${PORTSDIR}/databases/pear-MDB2
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= pear
|
|
USE_PHP= mysqli
|
|
|
|
.include <bsd.port.mk>
|