mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
73ecf867c6
- Pass maintainership to submitter PR: 112112 Submitted by: Zhen REN<bg1tpt@gmail.com>
38 lines
1.4 KiB
Makefile
38 lines
1.4 KiB
Makefile
# Ports collection makefile for: pear-Var_Dump
|
|
# Date created: 24 November 2004
|
|
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Var_Dump
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= devel www pear
|
|
|
|
MAINTAINER= bg1tpt@gmail.com
|
|
COMMENT= Provides methods for dumping structured information about a variable
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
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
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
|
.include <bsd.port.post.mk>
|