2005-03-07 21:31:11 +01:00
|
|
|
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
|
|
|
|
|
2021-05-22 17:45:57 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2005-03-07 21:31:11 +01:00
|
|
|
COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://pear.php.net/package/MDB_QueryTool
|
2005-03-07 21:31:11 +01:00
|
|
|
|
2018-12-21 10:22:43 +01:00
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
2018-03-08 20:48:41 +01:00
|
|
|
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}
|
2005-03-07 21:31:11 +01:00
|
|
|
|
2017-06-11 09:29:17 +02:00
|
|
|
USES= pear
|
2005-03-07 21:31:11 +01:00
|
|
|
|
2014-09-23 16:14:19 +02:00
|
|
|
.include <bsd.port.mk>
|