blob: 268a6e8ce0fe87ed2e7006ebeb178ca50b3cfb08 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# 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>
|