aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pear-DB_Sqlite_Tools
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-17 16:08:23 +0800
committermiwi <miwi@FreeBSD.org>2013-03-17 16:08:23 +0800
commitc1edf872fded80de275872ad84c279a0327a51b7 (patch)
treeb4d8b5aff40af55422c7ac7e34bf2ac61d04895c /databases/pear-DB_Sqlite_Tools
parentfb79fee3a235b5a0ac0b975843b030e7ca61d7bf (diff)
downloadfreebsd-ports-gnome-c1edf872fded80de275872ad84c279a0327a51b7.tar.gz
freebsd-ports-gnome-c1edf872fded80de275872ad84c279a0327a51b7.tar.zst
freebsd-ports-gnome-c1edf872fded80de275872ad84c279a0327a51b7.zip
- Convert to PEAR_AUTOINSTALL
Diffstat (limited to 'databases/pear-DB_Sqlite_Tools')
-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"