2006-03-04 22:28:51 +01:00
|
|
|
# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:20 jlam Exp $
|
2003-08-30 21:00:01 +02:00
|
|
|
|
2006-01-23 22:44:40 +01:00
|
|
|
DISTNAME= Exception-Class-1.23
|
2003-08-30 21:00:01 +02:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
SVR4_PKGNAME= p5exc
|
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-02-23 17:30:50 +01:00
|
|
|
HOMEPAGE= http://search.cpan.org/~drolsky/Exception-Class/
|
2003-08-30 21:00:01 +02:00
|
|
|
COMMENT= Perl5 module implementing real exception classes
|
|
|
|
|
|
|
|
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
|
2005-11-23 23:08:36 +01:00
|
|
|
DEPENDS+= p5-Devel-StackTrace>=1.12:../../devel/p5-Devel-StackTrace
|
Update p5-Exception-Class from version 1.14 to 1.19.
Add DEPENDS on p5-Test-Simple, and update p5-Devel-StackTrace dependency.
Change log:
1.19 Mar 10, 2004
- Identical to 1.18 except that it requires Devel::StackTrace 1.10,
which fixes a failure in this package's test when run with Perl 5.6.1.
Reported by Jesse Erlbaum.
1.18 Feb 21, 2004
- Added RespectOverload class method, which can be used to control the
respect_overload parameter for Devel::StackTrace objects.
1.17 Feb 20, 2004
- Document that new() is always called to create an
Exception::Class::Base object. Suggested by Steve Hay.
- Fix a test that failed with Devel::StackTrace 1.05. Basically, the
test expected output from Devel::StackTrace that reflected a bug that
was fixed in 1.05. Reported by Jesse Vincent.
1.16 Sep 25, 2003
- David Wheeler's patch exposed a bug in Devel::StackTrace which could
cause exceptions to not have any value set for package, file, or line.
This is fixed by depending on Devel::StackTrace 1.04. This release is
otherwise identical to 1.15. Reported by Steve Hay.
1.15 Sep 17, 2003
- Exceptions thrown from an alias subroutine always had
"Exception::Class" as their package name. Patch by David Wheeler.
2004-12-05 20:14:18 +01:00
|
|
|
DEPENDS+= p5-Test-Simple>=0.46:../../devel/p5-Test-Simple
|
2003-08-30 21:00:01 +02:00
|
|
|
|
2005-02-24 23:38:41 +01:00
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/Exception/Class/.packlist
|
2003-08-30 21:00:01 +02:00
|
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|