SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
devel/p5-IO-CaptureOutput/Makefile
Normal file
14
devel/p5-IO-CaptureOutput/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
COMMENT = capture STDOUT and STDERR from Perl code, subprocesses or XS
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = IO-CaptureOutput-1.1104
|
||||
CATEGORIES = devel
|
||||
REVISION = 1
|
||||
|
||||
MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-IO-CaptureOutput/distinfo
Normal file
2
devel/p5-IO-CaptureOutput/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (IO-CaptureOutput-1.1104.tar.gz) = /Mcy/LQ4+Xpysw6Md5ZIS+8lYuN0VTsgcCji+/c/gzA=
|
||||
SIZE (IO-CaptureOutput-1.1104.tar.gz) = 27651
|
3
devel/p5-IO-CaptureOutput/pkg/DESCR
Normal file
3
devel/p5-IO-CaptureOutput/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
This module provides routines for capturing STDOUT and STDERR from
|
||||
perl subroutines, forked system calls (e.g. "system()", "fork()")
|
||||
and from XS or C modules.
|
3
devel/p5-IO-CaptureOutput/pkg/PLIST
Normal file
3
devel/p5-IO-CaptureOutput/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/IO/
|
||||
${P5SITE}/IO/CaptureOutput.pm
|
||||
@man man/man3p/IO::CaptureOutput.3p
|
Loading…
Add table
Add a link
Reference in a new issue