Index: head/databases/pear-MDB_QueryTool/Makefile =================================================================== --- head/databases/pear-MDB_QueryTool/Makefile (revision 487966) +++ head/databases/pear-MDB_QueryTool/Makefile (revision 487967) @@ -1,18 +1,20 @@ # Created by: Antonio Carlos Venancio Junior () # $FreeBSD$ PORTNAME= MDB_QueryTool PORTVERSION= 1.2.3 CATEGORIES= databases www pear MAINTAINER= joneum@FreeBSD.org COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB +LICENSE= BSD2CLAUSE + BUILD_DEPENDS= ${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR} \ ${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR} RUN_DEPENDS:= ${PEARDIR}/MDB.php:databases/pear-MDB@${PHP_FLAVOR} \ ${PEARDIR}/Log/null.php:sysutils/pear-Log@${PHP_FLAVOR} USES= pear .include Index: head/databases/pear-MDB_QueryTool/pkg-descr =================================================================== --- head/databases/pear-MDB_QueryTool/pkg-descr (revision 487966) +++ head/databases/pear-MDB_QueryTool/pkg-descr (revision 487967) @@ -1,13 +1,13 @@ PEAR::MDB_QueryTool is an OO-abstraction to the SQL-Query language, it provides methods such as setWhere, setOrder, setGroup, setJoin, etc. to easily build queries. It also provides an easy to learn interface that interacts nicely with HTML-forms using arrays that contain the column data, that shall be updated/added in a DB. This package bases on an SQL-Builder which lets you easily build SQL-Statements and execute them. NB: this is a PEAR::MDB porting from the original DB_QueryTool written by -Wolfram Kriesing and Paolo Panto (vision:produktion, wk@visionp.de). +Wolfram Kriesing and Paolo Panto. WWW: https://pear.php.net/package/MDB_QueryTool