import p5-Syntax-Keyword-Defer 0.07

OK sthen@

Comment:
execute code when leaving a block

Description:
This module provides a syntax plugin that implements a block which
executes when the containing scope has finished.
This commit is contained in:
bluhm 2022-11-16 18:30:16 +00:00
parent 527ec525f4
commit c685adc0d4
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,24 @@
COMMENT = execute code when leaving a block
DISTNAME = Syntax-Keyword-Defer-0.07
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = c perl
MODULES = cpan
BUILD_DEPENDS = devel/p5-XS-Parse-Keyword>=0.13
RUN_DEPENDS = devel/p5-XS-Parse-Keyword>=0.13
TEST_DEPENDS = devel/p5-Syntax-Keyword-Try>=0.18
CONFIGURE_STYLE = modbuild
MAKE_ENV = TEST_POD=Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Syntax-Keyword-Defer-0.07.tar.gz) = Bo4Lc/Q6aHvPRbItbXWBaEvJgNyS4ks9WpDuc+vSJPk=
SIZE (Syntax-Keyword-Defer-0.07.tar.gz) = 25495

View File

@ -0,0 +1,2 @@
This module provides a syntax plugin that implements a block which
executes when the containing scope has finished.

View File

@ -0,0 +1,11 @@
${P5ARCH}/Syntax/
${P5ARCH}/Syntax/Keyword/
${P5ARCH}/Syntax/Keyword/Defer.pm
${P5ARCH}/Syntax/Keyword/Finally.pm
${P5ARCH}/auto/Syntax/
${P5ARCH}/auto/Syntax/Keyword/
${P5ARCH}/auto/Syntax/Keyword/Defer/
@comment ${P5ARCH}/auto/Syntax/Keyword/Defer/Defer.bs
@so ${P5ARCH}/auto/Syntax/Keyword/Defer/Defer.so
@man man/man3p/Syntax::Keyword::Defer.3p
@man man/man3p/Syntax::Keyword::Finally.3p