SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
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.08
|
||||
|
||||
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.08.tar.gz) = clVRyhqXTmGvf0d2jomorz4/h3ZDHDxJPP0N/vGd+rI=
|
||||
SIZE (Syntax-Keyword-Defer-0.08.tar.gz) = 28510
|
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…
Add table
Add a link
Reference in a new issue