2013-03-17 15:59:02 +01:00
|
|
|
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
2005-03-07 21:31:11 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= MDB_QueryTool
|
2012-05-03 18:02:49 +02:00
|
|
|
PORTVERSION= 1.2.3
|
2005-03-07 21:31:11 +01:00
|
|
|
CATEGORIES= databases www pear
|
|
|
|
|
2007-04-27 17:17:33 +02:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2005-03-07 21:31:11 +01:00
|
|
|
COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB \
|
2007-06-11 16:17:09 +02:00
|
|
|
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
|
2012-05-03 18:02:49 +02:00
|
|
|
RUN_DEPENDS:= ${PEARDIR}/MDB.php:${PORTSDIR}/databases/pear-MDB \
|
|
|
|
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
|
2005-03-07 21:31:11 +01:00
|
|
|
|
2012-05-03 18:02:49 +02:00
|
|
|
PEAR_AUTOINSTALL= yes
|
2005-03-07 21:31:11 +01:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2005-03-07 21:31:11 +01:00
|
|
|
.include <bsd.port.post.mk>
|