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:
parent
527ec525f4
commit
c685adc0d4
24
devel/p5-Syntax-Keyword-Defer/Makefile
Normal file
24
devel/p5-Syntax-Keyword-Defer/Makefile
Normal 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>
|
2
devel/p5-Syntax-Keyword-Defer/distinfo
Normal file
2
devel/p5-Syntax-Keyword-Defer/distinfo
Normal 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
|
2
devel/p5-Syntax-Keyword-Defer/pkg/DESCR
Normal file
2
devel/p5-Syntax-Keyword-Defer/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This module provides a syntax plugin that implements a block which
|
||||
executes when the containing scope has finished.
|
11
devel/p5-Syntax-Keyword-Defer/pkg/PLIST
Normal file
11
devel/p5-Syntax-Keyword-Defer/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user