mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
f4e41cddf5
- 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)
19 lines
462 B
Makefile
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>
|