mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
add p5-Exceptioin-Class
A module that allows you to declare real exception classes in Perl
This commit is contained in:
parent
cd64c6be27
commit
c52a62a4db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45557
@ -322,6 +322,7 @@
|
||||
SUBDIR += p5-Dialog
|
||||
SUBDIR += p5-Errno
|
||||
SUBDIR += p5-Event
|
||||
SUBDIR += p5-Exception-Class
|
||||
SUBDIR += p5-File-BasicFlock
|
||||
SUBDIR += p5-File-Binary
|
||||
SUBDIR += p5-File-Cache
|
||||
|
27
devel/p5-Exception-Class/Makefile
Normal file
27
devel/p5-Exception-Class/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: p5-Exception-Class
|
||||
# Date created: Jul 28, 2001
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Exception-Class
|
||||
PORTVERSION= 0.8
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Exception
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_PERL5= yes
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= Exception::Class.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-Exception-Class/distinfo
Normal file
1
devel/p5-Exception-Class/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Exception-Class-0.8.tar.gz) = 1002e486fa1d33e3146d162981b8da04
|
1
devel/p5-Exception-Class/pkg-comment
Normal file
1
devel/p5-Exception-Class/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A module that allows you to declare real exception classes in Perl
|
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.
|
5
devel/p5-Exception-Class/pkg-plist
Normal file
5
devel/p5-Exception-Class/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/Exception/Class.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Exception/Class/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Exception
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Exception/Class
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Exception
|
Loading…
Reference in New Issue
Block a user