diff options
author | Lars Thegler <lth@FreeBSD.org> | 2008-02-22 12:56:31 +0000 |
---|---|---|
committer | Lars Thegler <lth@FreeBSD.org> | 2008-02-22 12:56:31 +0000 |
commit | a6d43ac18f2b779d38eec563d6fccde34589db3b (patch) | |
tree | 465fd6d2b78b558026db8f7e80bdba67f9ccbaa9 /devel/p5-IO-CaptureOutput | |
parent | 44414f43554f92142031ecdac49543784c1bfa88 (diff) | |
download | ports-a6d43ac18f2b779d38eec563d6fccde34589db3b.tar.gz ports-a6d43ac18f2b779d38eec563d6fccde34589db3b.zip |
Notes
Diffstat (limited to 'devel/p5-IO-CaptureOutput')
-rw-r--r-- | devel/p5-IO-CaptureOutput/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/p5-IO-CaptureOutput/Makefile b/devel/p5-IO-CaptureOutput/Makefile index d134aa64194c..c1588885fd62 100644 --- a/devel/p5-IO-CaptureOutput/Makefile +++ b/devel/p5-IO-CaptureOutput/Makefile @@ -7,6 +7,7 @@ PORTNAME= IO-CaptureOutput PORTVERSION= 1.08.01 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= IO @@ -18,6 +19,9 @@ 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> |