diff options
Diffstat (limited to 'databases/pear-MDB2_Driver_sqlite/Makefile')
-rw-r--r-- | databases/pear-MDB2_Driver_sqlite/Makefile | 21 |
1 files changed, 6 insertions, 15 deletions
diff --git a/databases/pear-MDB2_Driver_sqlite/Makefile b/databases/pear-MDB2_Driver_sqlite/Makefile index cd7781aa6f8b..d307eedbad59 100644 --- a/databases/pear-MDB2_Driver_sqlite/Makefile +++ b/databases/pear-MDB2_Driver_sqlite/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: pear-MDB2_Driver_sqlite -# Date created: 07 Feb 2007 -# Whom: Rong-En Fan <rafan@FreeBSD.org> -# +# Created by: Rong-En Fan <rafan@FreeBSD.org> # $FreeBSD$ -# PORTNAME= MDB2_Driver_sqlite -PORTVERSION= 1.5.0b3 +PORTVERSION= 1.5.0b4 CATEGORIES= databases www pear MAINTAINER= miwi@FreeBSD.org @@ -14,19 +10,14 @@ COMMENT= PEAR sqlite MDB2 driver BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 -RUN_DEPENDS:= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2 USE_PHP= sqlite DEFAULT_PHP_VER=53 IGNORE_WITH_PHP=5 -MANUAL_PACKAGE_BUILD= it needs an old PHP version - -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 +MANUAL_PACKAGE_BUILD= it needs an old PHP version +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |