pkgsrc/devel/p5-Exception-Handler/Makefile
sno 877f4f2479 Importing package for p5 module Exception::Handler 1.004 as dependency of
scheduled import of p5 module File::Util.

Report exceptions with formatted text call-stack.
2009-07-07 18:16:45 +00:00

20 lines
573 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/07/07 18:16:45 sno Exp $
#
DISTNAME= Exception-Handler-1.004
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Exception-Handler/
COMMENT= Report exceptions with formatted text call-stack
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Exception/Handler/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"