freebsd-ports/sysutils/p5-POSIX-Run-Capture/Makefile
Alexey Dokuchaev 1430dabdb3 sysutils/p5-POSIX-Run-Capture: new port had been added (+)
This module runs external command and captures its output.
Both standard error and output are captured.  Upon exit,
their contents can be accessed line by line or in one chunk.

WWW: https://metacpan.org/dist/POSIX-Run-Capture
2022-05-13 01:48:06 +00:00

19 lines
367 B
Makefile

# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= POSIX-Run-Capture
PORTVERSION= 1.03
CATEGORIES= sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Run command and capture its output
LICENSE= GPLv3+
TEST_DEPENDS= p5-File-Cmp>=1.06:sysutils/p5-File-Cmp
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>