7217602256
This module lets you defer actions that will take place when the control flow returns into an upper scope. Currently, you can hook an upper scope end, or localize variables, array/hash values or deletions of elements in higher contexts. You can also return to an upper level and know which context was in use then.
21 lines
362 B
Makefile
21 lines
362 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2009/05/06 23:06:21 simon Exp $
|
|
|
|
SHARED_ONLY = Yes
|
|
COMMENT = act on upper scopes
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Scope-Upper-0.08
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
CPAN_AUTHOR = VPIT
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|