freebsd-ports/databases/pear-MDB2_Driver_mysql/Makefile

22 lines
401 B
Makefile
Raw Normal View History

2013-02-04 03:26:45 +01:00
# Created by: Rong-En Fan <rafan@FreeBSD.org>
# $FreeBSD$
PORTNAME= MDB2_Driver_mysql
2013-02-04 03:26:45 +01:00
DISTVERSION= 1.5.0b4
CATEGORIES= databases www pear
MAINTAINER= joneum@FreeBSD.org
2012-07-24 22:23:22 +02:00
COMMENT= PEAR MySQL MDB2 driver
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= ${PEAR_PKGNAMEPREFIX}MDB2>=0:databases/pear-MDB2@${PHP_FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= pear
USE_PHP= mysqli
NO_ARCH= yes
.include <bsd.port.mk>