132643aab7
Pkgsrc changes: - Adjust LICENSE Upstream changes: 1.30 Mar 20, 2010 - Added the ability to create light weight exceptions, which don't record a stack trace or any other context info (time, pid, etc.). This is done by setting $class->NoContextInfo to a true value for the exception class. Based on a patch by Graham Barr. RT #54826.
26 lines
821 B
Makefile
26 lines
821 B
Makefile
# $NetBSD: Makefile,v 1.21 2010/04/25 11:00:11 seb Exp $
|
|
|
|
DISTNAME= Exception-Class-1.30
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5exc
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Exception-Class/
|
|
COMMENT= Perl5 module implementing real exception classes
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
|
|
DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace
|
|
BUILD_DEPENDS+= {perl>=5.10,p5-Test-Simple>=0.46}:../../devel/p5-Test-Simple
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/Exception/Class/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|