Date: Mon, 13 May 2013 09:40:03 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r318037 - head/devel/pear-Var_Dump Message-ID: <201305130940.r4D9e3Qd043254@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= Var_Dump PORTVERSION= 1.0.4 @@ -13,24 +9,9 @@ MAINTAINER= ports@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305130940.r4D9e3Qd043254>