aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-Capture/Makefile
blob: 2b74391e26f8ceddb4f0249dc2b90999e158db71 (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
# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$

PORTNAME=	IO-Capture
PORTVERSION=	0.05
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lth@FreeBSD.org
COMMENT=	Abstract Base Class to build modules to capture output

USES=		perl5
USE_PERL5=	configure

MAN3=	IO::Capture.3 \
	IO::Capture::Overview.3 \
	IO::Capture::Stderr.3 \
	IO::Capture::Stdout.3 \
	IO::Capture::Tie_STDx.3

NO_STAGE=	yes
.include <bsd.port.mk>