aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-CaptureOutput/Makefile
blob: c4187c5da84846949620a3ebf25adc22d54231d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Lars Thegler <lth@FreeBSD.org>
# $FreeBSD$

PORTNAME=	IO-CaptureOutput
PORTVERSION=	1.11.02
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-
DISTNAME=	${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}

MAINTAINER=	lth@FreeBSD.org
COMMENT=	Capture STDOUT/STDERR from subprocesses and XS/C modules

USES=		perl5
USE_PERL5=	configure

MAN3=	IO::CaptureOutput.3

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