SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
11
devel/p5-IO-Capture/Makefile
Normal file
11
devel/p5-IO-Capture/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
COMMENT= module for capturing output
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= IO-Capture-0.05
|
||||
REVISION= 3
|
||||
CATEGORIES= devel
|
||||
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-IO-Capture/distinfo
Normal file
2
devel/p5-IO-Capture/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (IO-Capture-0.05.tar.gz) = wsFaJUynT7jFfSXXtsvK/3ejtPtWlUI/H4C7Qjq//qk=
|
||||
SIZE (IO-Capture-0.05.tar.gz) = 14246
|
3
devel/p5-IO-Capture/pkg/DESCR
Normal file
3
devel/p5-IO-Capture/pkg/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
|||
The IO::Capture Module defines an abstract base class that can be
|
||||
used to create any number of useful sub-classes that capture output
|
||||
being sent on a filehandle such as STDOUT or STDERR.
|
12
devel/p5-IO-Capture/pkg/PLIST
Normal file
12
devel/p5-IO-Capture/pkg/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
${P5SITE}/IO/
|
||||
${P5SITE}/IO/Capture/
|
||||
${P5SITE}/IO/Capture.pm
|
||||
${P5SITE}/IO/Capture/Overview.pod
|
||||
${P5SITE}/IO/Capture/Stderr.pm
|
||||
${P5SITE}/IO/Capture/Stdout.pm
|
||||
${P5SITE}/IO/Capture/Tie_STDx.pm
|
||||
@man man/man3p/IO::Capture.3p
|
||||
@man man/man3p/IO::Capture::Overview.3p
|
||||
@man man/man3p/IO::Capture::Stderr.3p
|
||||
@man man/man3p/IO::Capture::Stdout.3p
|
||||
@man man/man3p/IO::Capture::Tie_STDx.3p
|
Loading…
Add table
Add a link
Reference in a new issue