svn commit: r314395 - head/databases/pear-Structures_DataGrid_DataSource_Array
Martin Wilke
miwi at FreeBSD.org
Sun Mar 17 05:36:57 UTC 2013
Author: miwi
Date: Sun Mar 17 05:36:56 2013
New Revision: 314395
URL: http://svnweb.freebsd.org/changeset/ports/314395
Log:
- Conver to PEAR_AUTOINSTALL
Modified:
head/databases/pear-Structures_DataGrid_DataSource_Array/Makefile (contents, props changed)
Modified: head/databases/pear-Structures_DataGrid_DataSource_Array/Makefile
==============================================================================
--- head/databases/pear-Structures_DataGrid_DataSource_Array/Makefile Sun Mar 17 05:36:00 2013 (r314394)
+++ head/databases/pear-Structures_DataGrid_DataSource_Array/Makefile Sun Mar 17 05:36:56 2013 (r314395)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Structures_DataGrid_DataSource_DBQuery
-# 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_Array
PORTVERSION= 0.1.4
@@ -15,9 +11,7 @@ COMMENT= DataSource driver using arrays
BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid.php:${PORTSDIR}/devel/pear-Structures_DataGrid
-CATEGORY= Structures
-
-FILES= DataGrid/DataSource/Array.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