svn commit: r314401 - head/databases/pear-Structures_DataGrid_DataSource_DataObject
Martin Wilke
miwi at FreeBSD.org
Sun Mar 17 08:07:25 UTC 2013
Author: miwi
Date: Sun Mar 17 08:07:24 2013
New Revision: 314401
URL: http://svnweb.freebsd.org/changeset/ports/314401
Log:
- Convert to PEAR_AUTOINSTALL
Modified:
head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile (contents, props changed)
Modified: head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile Sun Mar 17 07:35:44 2013 (r314400)
+++ head/databases/pear-Structures_DataGrid_DataSource_DataObject/Makefile Sun Mar 17 08:07:24 2013 (r314401)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Structures_DataGrid_DataSource_DataObject
-# Date created: 19 Dec 2007
-# Whom: Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Structures_DataGrid_DataSource_DataObject
PORTVERSION= 0.2.1
@@ -14,13 +10,11 @@ COMMENT= DataSource driver using PEAR::D
BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
${PEARDIR}/DB/DataObject.php:${PORTSDIR}/databases/pear-DB_DataObject
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid \
+ ${PEARDIR}/DB/DataObject.php:${PORTSDIR}/databases/pear-DB_DataObject
USE_PHP= mysql
-
-CATEGORY= Structures
-
-FILES= DataGrid/DataSource/DataObject.php
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-head
mailing list