aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-IO-CaptureOutput/Makefile
blob: ca499cb6e78e7e6c620e25321cd8c015e81a19f5 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                      
                       
                           
                    
                   
                                                            





                                                                        


                                                                 


                           
# New ports collection makefile for:	devel/p5-IO-CaptureOutput
# Date created:				27 December 2004
# Whom:					Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	IO-CaptureOutput
PORTVERSION=	1.10.01
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

PERL_CONFIGURE=	yes

RUN_DEPENDS=	p5-PathTools>=3.27:${PORTSDIR}/devel/p5-PathTools
BUILD_DEPENDS=	${RUN_DEPENDS}

MAN3=	IO::CaptureOutput.3

.include <bsd.port.mk>