aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-03-16 01:14:30 +0800
committermiwi <miwi@FreeBSD.org>2009-03-16 01:14:30 +0800
commit4f6fee6eb5dd6f7be9be0541f14fb559446e4200 (patch)
treea95cec5d5cf011d81c89ffd599600212cacdab24 /devel/Makefile
parentfd1d186cfc526a32978de00b2aea69310f2724ac (diff)
downloadfreebsd-ports-graphics-4f6fee6eb5dd6f7be9be0541f14fb559446e4200.tar.gz
freebsd-ports-graphics-4f6fee6eb5dd6f7be9be0541f14fb559446e4200.tar.zst
freebsd-ports-graphics-4f6fee6eb5dd6f7be9be0541f14fb559446e4200.zip
Devel::Dumpvar is a pure object-orientated reimplementation of the dumpvar.pl
script. This makes it much more versatile version to use for dumping information to debug log files or other uses where is no need to reassemble the data. WWW: http://search.cpan.org/dist/Devel-Dumpvar/ PR: ports/132406 Submitted by: Cezary Morga <cm at therek.net>
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 5be9b47f8c5..f426b3420a0 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1262,6 +1262,7 @@
SUBDIR += p5-Devel-DProfPP
SUBDIR += p5-Devel-Declare
SUBDIR += p5-Devel-Diagram
+ SUBDIR += p5-Devel-Dumpvar
SUBDIR += p5-Devel-EvalContext
SUBDIR += p5-Devel-Events
SUBDIR += p5-Devel-Events-Objects