2005-03-11 21:40:28 +01:00
|
|
|
# Ports collection makefile for: pear-DBA
|
|
|
|
# Date created: 08 March 2005
|
|
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= DBA
|
2007-04-27 17:45:01 +02:00
|
|
|
PORTVERSION= 1.1.1
|
2005-03-11 21:40:28 +01:00
|
|
|
CATEGORIES= databases www pear
|
|
|
|
|
2007-04-27 17:45:01 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2005-03-11 21:40:28 +01:00
|
|
|
COMMENT= Berkely-style database abstraction class
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2005-03-11 21:40:28 +01:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
FILES= DBA.php DBA/Compatibility.php DBA/Driver/File.php DBA/Driver/Builtin.php
|
|
|
|
TESTS= benchmark_drivers.php test_drivers.php test_compatibility.php
|
|
|
|
DOCS= README.txt
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-03-11 21:40:28 +01:00
|
|
|
.include <bsd.port.post.mk>
|