freebsd-ports/databases/pear-DB_Sqlite_Tools/Makefile
Martin Wilke 7314254d76 PEAR::DB_Sqlite_Tools is an object oriented interface to effectively
manage and backup Sqlite databases.It extends the existing functionality
by providing a comprehensive solution for database backup, live replication,
export in XML format, performance optmization and other functionalities like
the insertion and retrieval of encrypted data from an Sqlite database without
any external extension.

WWW: http://pear.php.net/package/DB_Sqlite_Tools/
2007-04-29 20:45:26 +00:00

25 lines
699 B
Makefile

# Ports collection makefile for: pear-DB_Sqlite_Tools
# Date created: 29 April 2007
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= DB_Sqlite_Tools
PORTVERSION= 0.1.6
CATEGORIES= databases www pear
MAINTAINER= miwi@FreeBSD.org
COMMENT= an object oriented interface to backup Sqlite databases
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= DB
FILES= DB/Sqlite/Tools.php DB/Sqlite/Tools/ArcFour.php DB/Sqlite/Tools/DBC.php \
DB/Sqlite/Tools/XMLParser.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>