pkgsrc/devel/p5-Sub-Uplevel/Makefile
wiz 11eac50fec Update to 0.14:
0.14 Sun Nov  5 23:38:46 EST 2006
    - fixed t/99_pod_coverage.t bug
    - added examples directory

0.13 Thu Jun 22 19:47:26 EDT 2006
    - fixed bug in Uplevel.t that caused test failure on FreeBSD for 5.8.0
    - fixed bug in Uplevel.t that caused test failure on bleadperl-5.9.4
    - removed ancient Test::More provided in t/lib
    - switched ok(eq_array()) tests to is_deeper() for better diagnostics
    - added pod/pod coverage checks
    - numbered tests
2007-02-18 02:47:31 +00:00

19 lines
534 B
Makefile

# $NetBSD: Makefile,v 1.7 2007/02/18 02:47:31 wiz Exp $
#
DISTNAME= Sub-Uplevel-0.14
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"