1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Import of p5-Error, which provides support for exceptions under Perl 5.

PR:		ports/18826
Submitted by:	Peter van Heusden <pvh@egenetics.com>
This commit is contained in:
Neil Blakey-Milner 2000-06-22 11:07:21 +00:00
parent 336281b59a
commit da3e946d3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29774
5 changed files with 34 additions and 0 deletions

25
lang/p5-Error/Makefile Normal file
View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Error
# Date created: 24-May-2000
# Whom: Peter van Heusden <pvh@egenetics.com>
#
# $FreeBSD$
#
PORTNAME= Error
PORTVERSION= 0.13
CATEGORIES= lang perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=Error
PKGNAMEPREFIX= p5-
MAINTAINER= pvh@egenetics.com
USE_PERL5= YES
MAN3= Error.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>

1
lang/p5-Error/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (Error-0.13.tar.gz) = 11c5b631aa7b4ce8f16f08d12b4e3be4

View File

@ -0,0 +1 @@
Perl module to provide Error/exception support for perl: Error

4
lang/p5-Error/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
Error - Error/exception handling in an OO-ish way
This is Graham Barr's Error module, which provides support for throwing
and catching Error (i.e. exception) objects.

3
lang/p5-Error/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
lib/perl5/site_perl/%%PERL_VER%%/Error.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Error/.packlist
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Error 2>/dev/null || true