3a40303216
- While I'm here, fix indent Content of tarballs are unchanged (checked against [1]). => MDB_QueryTool-1.2.3.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR. => Attempting to fetch http://pear.php.net/get/MDB_QueryTool-1.2.3.tgz fetch: http://pear.php.net/get/MDB_QueryTool-1.2.3.tgz: size mismatch: expected 48427, actual 48938 Reference: https://people.FreeBSD.org/~sunpoet/checksum/MDB_QueryTool-1.2.3.tgz [1] Approved by: portmgr (blanket)
18 lines
499 B
Makefile
18 lines
499 B
Makefile
# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
# $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
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/MDB.php:databases/pear-MDB \
|
|
${PEARDIR}/Log/null.php:sysutils/pear-Log
|
|
RUN_DEPENDS:= ${PEARDIR}/MDB.php:databases/pear-MDB \
|
|
${PEARDIR}/Log/null.php:sysutils/pear-Log
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|