aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pear-DB/Makefile
blob: c009e0029308c063e58f7a21ba9110db743d6d4c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Ports collection makefile for:  pear-DB
# Date created:           28 November 2002
# Whom:               Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#

PORTNAME=   DB
PORTVERSION=    1.6.0
PORTEPOCH=  1
CATEGORIES= databases www pear

MAINTAINER= ports@FreeBSD.org
COMMENT=    PEAR Database Abstraction Layer

BUILD_DEPENDS=  ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS=    ${BUILD_DEPENDS}

FILES=      DB.php DB/common.php DB/dbase.php DB/fbsql.php          \
        DB/ibase.php DB/ifx.php DB/msql.php DB/mssql.php        \
        DB/mysql.php DB/mysqli.php DB/oci8.php DB/odbc.php DB/pgsql.php \
        DB/sqlite.php DB/storage.php DB/sybase.php
DOCS=       IDEAS MAINTAINERS STATUS TESTERS
TESTS=      db_error.phpt db_error2.phpt db_factory.phpt db_ismanip.phpt    \
        db_parsedsn.phpt errors.inc fetchmode_object.inc fetchmodes.inc \
        include.inc limit.inc numcols.inc numrows.inc prepexe.inc   \
        run.cvs sequences.inc simplequery.inc transactions.inc      \
        skipif.inc driver/01connect.phpt driver/02fetch.phpt        \
        driver/03simplequery.phpt driver/04numcols.phpt         \
        driver/05sequences.phpt driver/06prepexec.phpt          \
        driver/08affectedrows.phpt driver/09numrows.phpt        \
        driver/10errormap.phpt driver/11transactions.phpt       \
        driver/13limit.phpt driver/14fetchmode_object.phpt      \
        driver/15quote.phpt driver/16tableinfo.phpt driver/17query.phpt \
        driver/18get.phpt driver/bug22328.phpt driver/connect.inc   \
        driver/mktable.inc driver/run.cvs driver/setup.inc.cvs      \
        driver/skipif.inc
_DOCSDIR=   doc

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>