diff options
Diffstat (limited to 'databases/pear-DB_Sqlite_Tools/Makefile')
-rw-r--r-- | databases/pear-DB_Sqlite_Tools/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/databases/pear-DB_Sqlite_Tools/Makefile b/databases/pear-DB_Sqlite_Tools/Makefile new file mode 100644 index 000000000000..33caeedc5a2c --- /dev/null +++ b/databases/pear-DB_Sqlite_Tools/Makefile @@ -0,0 +1,25 @@ +# 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> |