freebsd-ports/databases/pear-MDB_QueryTool/Makefile

19 lines
544 B
Makefile
Raw Normal View History

PORTNAME= MDB_QueryTool
PORTVERSION= 1.2.3
CATEGORIES= databases www pear
2021-05-22 17:45:57 +02:00
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB
WWW= https://pear.php.net/package/MDB_QueryTool
2018-12-21 10:22:43 +01:00
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 <bsd.port.mk>