ddefbe74cf
Changelog: - The as_string method did not localize $@ and $SIG{__DIE__} before doing an eval. Reported and tested by Marc Mims. RT #61072.
20 lines
551 B
Makefile
20 lines
551 B
Makefile
# $NetBSD: Makefile,v 1.27 2010/12/17 14:12:10 rhaen Exp $
|
|
#
|
|
|
|
DISTNAME= Devel-StackTrace-1.26
|
|
PKGNAME= p5-${DISTNAME}00
|
|
SVR4_PKGNAME= p5dst
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Devel-StackTrace/
|
|
COMMENT= Perl5 module for stack trace and stack trace frame objects
|
|
LICENSE= artistic-2.0
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Devel/StackTrace/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|