1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

add p5-Exceptioin-Class

A module that allows you to declare real exception classes in Perl
This commit is contained in:
Ying-Chieh Liao 2001-07-28 05:32:04 +00:00
parent cd64c6be27
commit c52a62a4db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45557
6 changed files with 43 additions and 0 deletions

View File

@ -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

View 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>

View File

@ -0,0 +1 @@
MD5 (Exception-Class-0.8.tar.gz) = 1002e486fa1d33e3146d162981b8da04

View File

@ -0,0 +1 @@
A module that allows you to declare real exception classes in Perl

View 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.

View 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