pkgsrc/devel/p5-Return-MultiLevel/Makefile
wen fd7a409951 Update to 0.04
Add missing DEPENDS

Upstream changes:
0.04    2014-09-07
        - switch to Data::Munge::eval_string
        - make with_return a named sub to improve stack traces
        - cache runtime generated trampolines; should cut down on the need to
          eval strings at runtime
        - document RETURN_MULTI_LEVEL_PP
        - add RETURN_MULTI_LEVEL_DEBUG for capturing with_return stacks
2014-10-02 11:34:03 +00:00

19 lines
595 B
Makefile

# $NetBSD: Makefile,v 1.3 2014/10/02 11:34:03 wen Exp $
DISTNAME= Return-MultiLevel-0.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/M/MA/MAUKE/}
MAINTAINER= wen@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Return-MulitiLevel/
COMMENT= Perl module to enable returning from a nested call stack
LICENSE= ${PERL5_LICENSE}
DEPENDS= p5-Data-Munge>=0.07:../../devel/p5-Data-Munge
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Return/MultiLevel/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"