mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add LICENSE
- cleanup pkg-descr
This commit is contained in:
parent
49dea7dcc0
commit
dce8201c0c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487967
2 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,8 @@ 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} \
|
||||
|
|
|
@ -8,6 +8,6 @@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue