aboutsummaryrefslogtreecommitdiff
path: root/textproc/pear-Structures_DataGrid_Renderer_CSV
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-03-17 08:14:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-03-17 08:14:09 +0000
commitb9e252eb99e7c6a14e221c37c238107f6cded137 (patch)
tree0c686dea60c1c42f4a62396bc033599d5bfd7241 /textproc/pear-Structures_DataGrid_Renderer_CSV
parent56ba35e42245cefe08e5218cfde770a84fdd3429 (diff)
downloadports-b9e252eb99e7c6a14e221c37c238107f6cded137.tar.gz
ports-b9e252eb99e7c6a14e221c37c238107f6cded137.zip
- Convert to PEAR_AUTOINSTALL
Notes
Notes: svn path=/head/; revision=314407
Diffstat (limited to 'textproc/pear-Structures_DataGrid_Renderer_CSV')
-rw-r--r--textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile b/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile
index 857707d8ce5f..fc2a7a4428e2 100644
--- a/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile
+++ b/textproc/pear-Structures_DataGrid_Renderer_CSV/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Structures_DataGrid_Renderer_CSV
-# Date created: 12 Jan 2008
-# Whom: Martin Wilke <miwi@FreeBSD.org>
-#
+# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= Structures_DataGrid_Renderer_CSV
PORTVERSION= 0.1.4
@@ -15,9 +11,7 @@ COMMENT= Renderer driver that generates a CSV string
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"