pkgsrc/devel/p5-Exception-Class/Makefile
wiz a795708e98 Update to 1.23:
1.23 Jan 14, 2006

- Fix code bugs in the SYNOPSIS.

- Exception::Class->caught() now returns $@ if not given an argument.
2006-01-23 21:44:40 +00:00

21 lines
717 B
Makefile

# $NetBSD: Makefile,v 1.14 2006/01/23 21:44:40 wiz Exp $
DISTNAME= Exception-Class-1.23
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5exc
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://search.cpan.org/~drolsky/Exception-Class/
COMMENT= Perl5 module implementing real exception classes
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-Devel-StackTrace>=1.12:../../devel/p5-Devel-StackTrace
DEPENDS+= p5-Test-Simple>=0.46:../../devel/p5-Test-Simple
PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/Exception/Class/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"