d8959c8132
from 0.2200nb2 (upstream 0.22) to 0.2400 (upstream 0.24). Upstream changes since 0.22: 0.24 2012-02-20 22:18:46 EST5EDT - no changes from 0.23_03 0.23_03 2012-02-07 17:16:49 EST5EDT - fixed: additional test regex fixed 0.23_02 2012-02-07 14:32:53 EST5EDT - fixed: Perl 5.15 series Carp changes output format of messages (adds a period). This fixes the test regular expressions. [Andreas Koenig] 0.23_01 2012-02-02 10:41:31 EST5EDT - added: the $Sub::Uplevel::CHECK_FRAMES global constant to enable the frame depth checking and compile it out if not needed. [Adam Kennedy]
19 lines
527 B
Makefile
19 lines
527 B
Makefile
# $NetBSD: Makefile,v 1.17 2012/07/06 11:35:00 sno Exp $
|
|
|
|
DISTNAME= Sub-Uplevel-0.24
|
|
PKGNAME= p5-${DISTNAME}00
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Sub-Uplevel/
|
|
COMMENT= Apparently run a function in a higher stack frame
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Sub/Uplevel/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|