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-Tee/Makefile
Normal file
11
devel/p5-IO-Tee/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
COMMENT= multiplex output to multiple handles
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME = IO-Tee-0.66
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-IO-Tee/distinfo
Normal file
2
devel/p5-IO-Tee/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (IO-Tee-0.66.tar.gz) = LZznIGUW+cMIY6NnqhwrmzVwLjabCrqhX5n7LMCFUuA=
|
||||
SIZE (IO-Tee-0.66.tar.gz) = 12883
|
4
devel/p5-IO-Tee/pkg/DESCR
Normal file
4
devel/p5-IO-Tee/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
The `IO::Tee' constructor, given a list of output handles, returns a
|
||||
tied handle that can be written to but not read from. When written to
|
||||
(using print or printf), it multiplexes the output to the list of
|
||||
handles originally passed to the constructor.
|
3
devel/p5-IO-Tee/pkg/PLIST
Normal file
3
devel/p5-IO-Tee/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/IO/
|
||||
${P5SITE}/IO/Tee.pm
|
||||
@man man/man3p/IO::Tee.3p
|
Loading…
Add table
Add a link
Reference in a new issue