29695c432b
Aug 27 2013 <shlomif@shlomifish.org> (Shlomi Fish) Error.pm #0.17021 - Fix for the format of the new Carp (in bleadperl) - https://rt.cpan.org/Ticket/Display.html?id=88137 - Thanks to Zefram for the report and patch. May 03 2013 <shlomif@shlomifish.org> (Shlomi Fish) Error.pm #0.17020 - Correct typos. - https://rt.cpan.org/Ticket/Display.html?id=85023
19 lines
521 B
Makefile
19 lines
521 B
Makefile
# $NetBSD: Makefile,v 1.28 2013/09/05 18:52:42 wiz Exp $
|
|
|
|
DISTNAME= Error-0.17021
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5err
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Error/}
|
|
|
|
MAINTAINER= rhaen@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Error/
|
|
COMMENT= Perl extension module for try/throw/catch exception handling
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
PERL5_PACKLIST= auto/Error/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|