1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/databases/pear-DB_QueryTool/Makefile
Sunpoet Po-Chuan Hsieh 90cb19e1ba Update distinfo and unbreak this port
- While I'm here, fix indent

Content of tarballs are unchanged (checked against [1]).

=> DB_QueryTool-1.1.2.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/DB_QueryTool-1.1.2.tgz
fetch: http://pear.php.net/get/DB_QueryTool-1.1.2.tgz: size mismatch: expected 45977, actual 46429

Reference:	https://people.FreeBSD.org/~sunpoet/checksum/DB_QueryTool-1.1.2.tgz [1]
Approved by:	portmgr (blanket)
2017-06-11 07:28:34 +00:00

19 lines
493 B
Makefile

# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
# $FreeBSD$
PORTNAME= DB_QueryTool
PORTVERSION= 1.1.2
CATEGORIES= databases www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= PEAR OO-interface for easily retrieving and modifying data in a DB
BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB \
${PEARDIR}/Log/null.php:sysutils/pear-Log
RUN_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB \
${PEARDIR}/Log/null.php:sysutils/pear-Log
USES= pear
.include <bsd.port.mk>