1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/databases/pear-DB_Sqlite_Tools/Makefile
Sunpoet Po-Chuan Hsieh f4e41cddf5 Update distinfo and unbreak this port
- While I'm here, fix indent

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

=> DB_Sqlite_Tools-0.1.7.tgz doesn't seem to exist in /usr/ports/distfiles/PEAR.
=> Attempting to fetch http://pear.php.net/get/DB_Sqlite_Tools-0.1.7.tgz
fetch: http://pear.php.net/get/DB_Sqlite_Tools-0.1.7.tgz: size mismatch: expected 20506, actual 20689

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

19 lines
462 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= DB_Sqlite_Tools
PORTVERSION= 0.1.7
CATEGORIES= databases www pear
MAINTAINER= joneum@FreeBSD.org
COMMENT= an object oriented interface to backup Sqlite databases
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>