SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/p5-Class-ErrorHandler/Makefile
Normal file
12
devel/p5-Class-ErrorHandler/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
COMMENT = base class for error handling
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Class-ErrorHandler-0.04
|
||||
CATEGORIES = devel
|
||||
REVISION = 0
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Class-ErrorHandler/distinfo
Normal file
2
devel/p5-Class-ErrorHandler/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Class-ErrorHandler-0.04.tar.gz) = NC0tz8eXogvugXmxuWuFwK56W0iCc1lSPNjHTD5wRQI=
|
||||
SIZE (Class-ErrorHandler-0.04.tar.gz) = 9821
|
4
devel/p5-Class-ErrorHandler/pkg/DESCR
Normal file
4
devel/p5-Class-ErrorHandler/pkg/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
Class::ErrorHandler provides an error-handling mechanism that's generic
|
||||
enough to be used as the base class for a variety of OO classes.
|
||||
Subclasses inherit its two error-handling methods, error and errstr, to
|
||||
communicate error messages back to the calling program.
|
3
devel/p5-Class-ErrorHandler/pkg/PLIST
Normal file
3
devel/p5-Class-ErrorHandler/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Class/
|
||||
${P5SITE}/Class/ErrorHandler.pm
|
||||
@man man/man3p/Class::ErrorHandler.3p
|
Loading…
Add table
Add a link
Reference in a new issue