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,21 @@
COMMENT = role for classes that can be thrown
MODULES = cpan
PKG_ARCH = *
DISTNAME = Throwable-1.000
CATEGORIES = devel
CPAN_AUTHOR = RJBS
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-Devel-StackTrace>=1.32 \
devel/p5-Module-Runtime>=0.002 \
devel/p5-Moo>=1.000001 \
devel/p5-Sub-Quote
TEST_DEPENDS = devel/p5-Devel-StackTrace>=1.32
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Throwable-1.000.tar.gz) = AjqsZ7qtW3vNwI3IWOpeao3bDikdFd1tJIGM3XAtMY8=
SIZE (Throwable-1.000.tar.gz) = 21875

View file

@ -0,0 +1,3 @@
Throwable is a role for classes that are meant to be thrown as
exceptions to standard program flow. It is very simple and does
only two things: saves any previous value for $@ and calls die $self.

View file

@ -0,0 +1,8 @@
${P5SITE}/StackTrace/
${P5SITE}/StackTrace/Auto.pm
${P5SITE}/Throwable/
${P5SITE}/Throwable.pm
${P5SITE}/Throwable/Error.pm
@man man/man3p/StackTrace::Auto.3p
@man man/man3p/Throwable.3p
@man man/man3p/Throwable::Error.3p