pkgsrc/devel/p5-Scope-Upper/Makefile
sno 31ea0328ef PkgSrc import of perl 5 module Scope::Upper. This module is a required
dependency for the update of Catalyst::Runtime (/www/p5-Catalyst-Runtime)
to 5.800.

This module lets you defer actions at run-time that will take place when the
control flow returns into an upper scope. Currently, you can:

    * hook an upper scope end with "reap"
    * localize variables, array/hash values or deletions of elements in
      higher contexts with respectively "localize", "localize_elem" and
      "localize_delete"
    * return values immediately to an upper level with "unwind", and know
      which context was in use then with "want_at"
2009-04-29 19:34:24 +00:00

18 lines
499 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/04/29 19:34:24 sno Exp $
DISTNAME= Scope-Upper-0.08
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scope/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Scope-Upper/
COMMENT= Perl5 module to act on upper scopes
LICENSE= gnu-gpl-v2 # OR artistic
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Scope/Upper/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"