aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-07-06 06:27:02 +0800
committermiwi <miwi@FreeBSD.org>2009-07-06 06:27:02 +0800
commit80909298c5b796433c569d4dfe1eabf61b5ae469 (patch)
tree8ab3e944ce3cfea8fde192a408f31ccc7553be1d /devel/Makefile
parente10e2f1e45ba6105e4c9aadfc2382460b1c805a6 (diff)
downloadfreebsd-ports-graphics-80909298c5b796433c569d4dfe1eabf61b5ae469.tar.gz
freebsd-ports-graphics-80909298c5b796433c569d4dfe1eabf61b5ae469.tar.zst
freebsd-ports-graphics-80909298c5b796433c569d4dfe1eabf61b5ae469.zip
Capture::Tiny provides a simple, portable way to capture anything sent to
STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured while being passed through to the original handles. WWW: http://search.cpan.org/dist/Capture-Tiny/ PR: ports/135982 Submitted by: Bill Brinzer <bill.brinzer at gmail.com>
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 64748b5a3d3..cdfe1be64a5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1026,6 +1026,7 @@
SUBDIR += p5-Cache-Mmap
SUBDIR += p5-Cache-Simple-TimedExpiry
SUBDIR += p5-Calendar-Simple
+ SUBDIR += p5-Capture-Tiny
SUBDIR += p5-Carp-Always
SUBDIR += p5-Carp-Assert
SUBDIR += p5-Carp-Assert-More