93b7ed7f50
These patches do the following things for PEAR ports: * devel-pear-PEAR-Makefile.common.patch - provides a do-install target and all that jazz in devel/pear-PEAR/Makefile.common - individual PEAR ports now just set a few variables: * pear-ports-Makefile.common-ng.patch contains changes for all pear-* ports including devel/pear-PEAR See http://smradoch.innuendo.cz/FreeBSD/ for complete description. Note: still missing are: devel/pear-HTML_Common devel/pear-I18N net/pear-Net_NNTP security/pear-Auth PR: ports/59213 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz>
40 lines
1.3 KiB
Makefile
40 lines
1.3 KiB
Makefile
# Ports collection makefile for: pear-DB
|
|
# Date created: 28 November 2002
|
|
# Whom: Thierry Thomas (<thierry@pompo.net>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= DB
|
|
PORTVERSION= 1.5.0.r2
|
|
PORTEPOCH= 1
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases www pear
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r2/RC2/}
|
|
|
|
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/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 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/13limit.phpt driver/14fetchmode_object.phpt \
|
|
driver/15quote.phpt driver/bug22328.phpt \
|
|
driver/connect.inc driver/mktable.inc driver/setup.inc \
|
|
driver/skipif.inc
|
|
_DOCSDIR= doc
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
|
|
.include <bsd.port.post.mk>
|