2007-02-08 08:41:29 +01:00
|
|
|
# New ports collection makefile for: pear-MDB2_Driver_sqlite
|
|
|
|
# Date created: 07 Feb 2007
|
|
|
|
# Whom: Rong-En Fan <rafan@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= MDB2_Driver_sqlite
|
2011-02-15 09:20:04 +01:00
|
|
|
PORTVERSION= 1.5.0b3
|
2007-02-08 08:41:29 +01:00
|
|
|
CATEGORIES= databases www pear
|
|
|
|
|
2007-04-27 17:08:55 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2007-02-08 08:41:29 +01:00
|
|
|
COMMENT= PEAR sqlite MDB2 driver
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \
|
|
|
|
${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2007-02-08 08:41:29 +01:00
|
|
|
|
|
|
|
USE_PHP= sqlite
|
2012-05-16 09:37:04 +02:00
|
|
|
DEFAULT_PHP_VER=53
|
|
|
|
IGNORE_WITH_PHP=5
|
2012-05-23 09:51:27 +02:00
|
|
|
MANUAL_PACKAGE_BUILD= it needs an old PHP version
|
2007-02-08 08:41:29 +01:00
|
|
|
|
|
|
|
FILES= MDB2/Driver/Datatype/sqlite.php \
|
|
|
|
MDB2/Driver/Function/sqlite.php \
|
|
|
|
MDB2/Driver/Manager/sqlite.php \
|
|
|
|
MDB2/Driver/Native/sqlite.php \
|
|
|
|
MDB2/Driver/Reverse/sqlite.php \
|
|
|
|
MDB2/Driver/sqlite.php
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
|
|
.include <bsd.port.post.mk>
|