2013-03-17 15:59:02 +01:00
|
|
|
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
2005-03-04 22:09:54 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DB_QueryTool
|
2008-01-12 14:42:35 +01:00
|
|
|
PORTVERSION= 1.1.2
|
2005-03-04 22:09:54 +01:00
|
|
|
CATEGORIES= databases www pear
|
|
|
|
|
2014-11-18 10:37:31 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-03-04 22:09:54 +01:00
|
|
|
COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
|
2007-06-11 16:17:09 +02:00
|
|
|
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
|
2013-03-17 09:16:18 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
|
|
|
|
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
|
2005-03-04 22:09:54 +01:00
|
|
|
|
2014-09-23 16:14:19 +02:00
|
|
|
USES= pear
|
2005-03-04 22:09:54 +01:00
|
|
|
|
2014-09-23 16:14:19 +02:00
|
|
|
.include <bsd.port.mk>
|