svn commit: r318037 - head/devel/pear-Var_Dump
Martin Wilke
miwi at FreeBSD.org
Mon May 13 09:40:04 UTC 2013
Author: miwi
Date: Mon May 13 09:40:03 2013
New Revision: 318037
URL: http://svnweb.freebsd.org/changeset/ports/318037
Log:
- Convert to PEAR_AUTOINSTALL
- Trim header
Modified:
head/devel/pear-Var_Dump/Makefile (contents, props changed)
Modified: head/devel/pear-Var_Dump/Makefile
==============================================================================
--- head/devel/pear-Var_Dump/Makefile Mon May 13 09:37:25 2013 (r318036)
+++ head/devel/pear-Var_Dump/Makefile Mon May 13 09:40:03 2013 (r318037)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-Var_Dump
-# Date created: 24 November 2004
-# Whom: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= Var_Dump
PORTVERSION= 1.0.4
@@ -13,24 +9,9 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Provides methods for dumping structured information about a variable
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
-FILES= Var_Dump.php Var_Dump/Renderer.php Var_Dump/Renderer/Common.php \
- Var_Dump/Renderer/Text.php Var_Dump/Renderer/Table.php \
- Var_Dump/Renderer/HTML4_Table.php Var_Dump/Renderer/HTML4_Text.php \
- Var_Dump/Renderer/XHTML_Table.php Var_Dump/Renderer/XHTML_Text.php \
- Var_Dump/Renderer/XML.php
-EXAMPLES= example-1.php example-2.php example-3.php example-4.php example-5.php \
- example-6.php
-DATA= renderer-xml.dtd memory-usage.txt
-TESTS= bug1321.phpt bug490.phpt bug3396.phpt bug3416.phpt ignore-list.phpt \
- renderer-html4_table.phpt renderer-html4_text.phpt renderer-table.phpt \
- renderer-text.phpt renderer-xhtml_table.phpt renderer-xhtml_text.phpt \
- renderer-xml.phpt text-compact_mode.phpt text-normal_mode.phpt \
- text-wide_mode.phpt toString-array.phpt toString-bool.phpt \
- toString-float.phpt toString-int.phpt toString-null.phpt \
- toString-object.phpt toString-resource.phpt
-_EXAMPLESDIR= docs
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
More information about the svn-ports-head
mailing list