svn commit: r314407 - head/textproc/pear-Structures_DataGrid_Renderer_CSV
Martin Wilke
miwi at FreeBSD.org
Sun Mar 17 08:14:10 UTC 2013
Author: miwi
Date: Sun Mar 17 08:14:09 2013
New Revision: 314407
URL: http://svnweb.freebsd.org/changeset/ports/314407
Log:
- Convert to PEAR_AUTOINSTALL
Modified:
head/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile (contents, props changed)
Modified: head/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile
==============================================================================
--- head/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile Sun Mar 17 08:12:38 2013 (r314406)
+++ head/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile Sun Mar 17 08:14:09 2013 (r314407)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Structures_DataGrid_Renderer_CSV
-# Date created: 12 Jan 2008
-# Whom: Martin Wilke <miwi at FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Structures_DataGrid_Renderer_CSV
PORTVERSION= 0.1.4
@@ -15,9 +11,7 @@ COMMENT= Renderer driver that generates
BUILD_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array
RUN_DEPENDS= ${PEARDIR}/Structures/DataGrid/DataSource/Array.php:${PORTSDIR}/databases/pear-Structures_DataGrid_DataSource_Array
-CATEGORY= Structures
-
-FILES= DataGrid/Renderer/CSV.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