SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/p5-Exception-Class/Makefile
Normal file
19
devel/p5-Exception-Class/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
COMMENT = module to declare real exception classes in perl
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Exception-Class-1.45
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Andrew Hewus Fresh <afresh1@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
# We don't have all the dependencies for author/release testing
|
||||
MAKE_ENV = RELEASE_TESTING= AUTHOR_TESTING=
|
||||
|
||||
RUN_DEPENDS = devel/p5-Class-Data-Inheritable>=0.02 \
|
||||
devel/p5-Devel-StackTrace>=2.0
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Exception-Class/distinfo
Normal file
2
devel/p5-Exception-Class/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Exception-Class-1.45.tar.gz) = VIKnfvAnyh+fOeH0jFWDVulUk2/I+73ubIEcUScBskk=
|
||||
SIZE (Exception-Class-1.45.tar.gz) = 50933
|
8
devel/p5-Exception-Class/pkg/DESCR
Normal file
8
devel/p5-Exception-Class/pkg/DESCR
Normal file
|
@ -0,0 +1,8 @@
|
|||
This module allows you to declare hierarchies of exception classes for
|
||||
use in your code. It also provides a simple exception class that it
|
||||
uses as the default base class for all other exceptions.
|
||||
|
||||
You may choose to use another base class for your exceptions.
|
||||
Regardless, the ability to declare all your exceptions at compile time
|
||||
is a fairly useful trick and helps push people towards more structured
|
||||
use of exceptions.
|
6
devel/p5-Exception-Class/pkg/PLIST
Normal file
6
devel/p5-Exception-Class/pkg/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
|||
${P5SITE}/Exception/
|
||||
${P5SITE}/Exception/Class/
|
||||
${P5SITE}/Exception/Class.pm
|
||||
${P5SITE}/Exception/Class/Base.pm
|
||||
@man man/man3p/Exception::Class.3p
|
||||
@man man/man3p/Exception::Class::Base.3p
|
Loading…
Add table
Add a link
Reference in a new issue