a4dcccd6fa
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>
22 lines
490 B
Makefile
22 lines
490 B
Makefile
# New ports collection makefile for: devel/p5-Capture-Tiny
|
|
# Date created: 23 June 2009
|
|
# Whom: Bill Brinzer <bill.brinzer@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Capture-Tiny
|
|
PORTVERSION= 0.06
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../../authors/id/D/DA/DAGOLDEN/
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= bill.brinzer@gmail.com
|
|
COMMENT= Capture STDOUT and STDERR from Perl, XS or external programs
|
|
|
|
PERL_CONFIGURE= 5.6.0+
|
|
|
|
MAN3= Capture::Tiny.3
|
|
|
|
.include <bsd.port.mk>
|