summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-17 08:08:23 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-17 08:08:23 +0000
commitc73f795b8713bf76319b9f136d02f2a382a14530 (patch)
treeb4d8b5aff40af55422c7ac7e34bf2ac61d04895c /databases
parent- Convert to PEAR_AUTOINSTALL (diff)
- Convert to PEAR_AUTOINSTALL
Notes
Notes: svn path=/head/; revision=314402
Diffstat (limited to 'databases')
-rw-r--r--databases/pear-DB_Sqlite_Tools/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/databases/pear-DB_Sqlite_Tools/Makefile b/databases/pear-DB_Sqlite_Tools/Makefile
index 7d70a345396b..0d61468f8595 100644
--- a/databases/pear-DB_Sqlite_Tools/Makefile
+++ b/databases/pear-DB_Sqlite_Tools/Makefile
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-DB_Sqlite_Tools
-# Date created: 29 April 2007
-# Whom: Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= DB_Sqlite_Tools
PORTVERSION= 0.1.7
@@ -14,11 +10,10 @@ COMMENT= an object oriented interface to backup Sqlite databases
BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB \
+ ${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log
-CATEGORY= DB
-FILES= DB/Sqlite/Tools.php DB/Sqlite/Tools/ArcFour.php DB/Sqlite/Tools/DBC.php \
- DB/Sqlite/Tools/XMLParser.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"