SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
devel/p5-Log-Dispatch-Perl/Makefile
Normal file
13
devel/p5-Log-Dispatch-Perl/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
COMMENT = use core Perl functions for logging
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Log-Dispatch-Perl-0.05
|
||||
CATEGORIES = devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
RUN_DEPENDS = devel/p5-Log-Dispatch
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Log-Dispatch-Perl/distinfo
Normal file
2
devel/p5-Log-Dispatch-Perl/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Log-Dispatch-Perl-0.05.tar.gz) = YmDqKLu95gWcSO+hKOrJUXJjkgG0tK3LX9H38xQj3ao=
|
||||
SIZE (Log-Dispatch-Perl-0.05.tar.gz) = 28568
|
4
devel/p5-Log-Dispatch-Perl/pkg/DESCR
Normal file
4
devel/p5-Log-Dispatch-Perl/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
The "Log::Dispatch::Perl" module offers a logging alternative using standard
|
||||
Perl core functions. It allows you to fall back to the common Perl alternatives
|
||||
for logging, such as "warn" and "cluck". It also adds the possibility for a
|
||||
logging action to halt the current environment, such as with "die" and "croak".
|
2
devel/p5-Log-Dispatch-Perl/pkg/PLIST
Normal file
2
devel/p5-Log-Dispatch-Perl/pkg/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
${P5SITE}/Log/Dispatch/Perl.pm
|
||||
@man man/man3p/Log::Dispatch::Perl.3p
|
Loading…
Add table
Add a link
Reference in a new issue