pkgsrc/devel/p5-Sub-Uplevel/Makefile
wiz e6e8464f7e Update to 0.12:
0.12 Fri May 12 18:33:40 EDT 2006
    - official release of the uplevel stack patch (fixes RT#13893)
    - added Build.PL and switched to boilerplate generated Makefile.PL
    - removed SIGNATURE due to recently discovered Module::Signature
      issues with newline handling and sub-key compatible keyservers
    - updated/added various meta files

0.11_01 Fri Apr 21 00:49:51 EDT 2006
    - uplevel now keeps a proper stack of uplevel calls allowing
      nesting of uplevel and non-uplevel calls

0.10 Thu Apr 20 19:15:20 EDT 2006
    - Stopped warnings about "undefined" on Perl 5.8.8
    - DAGOLDEN added as co-maintainer
2006-07-19 22:39:39 +00:00

19 lines
534 B
Makefile

# $NetBSD: Makefile,v 1.6 2006/07/19 22:39:39 wiz Exp $
#
DISTNAME= Sub-Uplevel-0.12
PKGNAME= p5-${DISTNAME}
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
#DEPENDS+= p5-Devel-Cycle-[0-9]*:../../devel/p5-Devel-Cycle
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Sub/Uplevel/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"