SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (Log-Dispatch-Perl-0.05.tar.gz) = YmDqKLu95gWcSO+hKOrJUXJjkgG0tK3LX9H38xQj3ao=
SIZE (Log-Dispatch-Perl-0.05.tar.gz) = 28568

View 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".

View file

@ -0,0 +1,2 @@
${P5SITE}/Log/Dispatch/Perl.pm
@man man/man3p/Log::Dispatch::Perl.3p