2013-03-17 09:08:23 +01:00
|
|
|
# Created by: Martin Wilke <miwi@FreeBSD.org>
|
2007-04-29 22:45:26 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= DB_Sqlite_Tools
|
2010-11-04 11:00:20 +01:00
|
|
|
PORTVERSION= 0.1.7
|
2007-04-29 22:45:26 +02:00
|
|
|
CATEGORIES= databases www pear
|
|
|
|
|
2015-11-26 13:04:00 +01:00
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
2007-04-29 22:45:26 +02:00
|
|
|
COMMENT= an object oriented interface to backup Sqlite databases
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
|
2007-06-12 06:35:33 +02:00
|
|
|
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
|
2013-03-17 09:08:23 +01:00
|
|
|
RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
|
|
|
|
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
|
2007-04-29 22:45:26 +02:00
|
|
|
|
2014-09-23 16:14:19 +02:00
|
|
|
USES= pear
|
2007-04-29 22:45:26 +02:00
|
|
|
|
2014-09-23 16:14:19 +02:00
|
|
|
.include <bsd.port.mk>
|