mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
f8b7fb606c
Approved by: portmgr (blanket infrastructure)
18 lines
377 B
Makefile
18 lines
377 B
Makefile
# 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
|
|
|
|
.include <bsd.port.mk>
|