SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
devel/p5-Throwable/Makefile
Normal file
21
devel/p5-Throwable/Makefile
Normal 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>
|
2
devel/p5-Throwable/distinfo
Normal file
2
devel/p5-Throwable/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Throwable-1.000.tar.gz) = AjqsZ7qtW3vNwI3IWOpeao3bDikdFd1tJIGM3XAtMY8=
|
||||
SIZE (Throwable-1.000.tar.gz) = 21875
|
3
devel/p5-Throwable/pkg/DESCR
Normal file
3
devel/p5-Throwable/pkg/DESCR
Normal 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.
|
8
devel/p5-Throwable/pkg/PLIST
Normal file
8
devel/p5-Throwable/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue