import p5-Feature-Compat-Try 0.05
OK sthen@ Comment: make try/catch syntax available Description: This module makes syntax support for try/catch control flow easily available.
This commit is contained in:
parent
a2a30a2019
commit
7009c130c3
23
devel/p5-Feature-Compat-Try/Makefile
Normal file
23
devel/p5-Feature-Compat-Try/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
COMMENT = make try/catch syntax available
|
||||
|
||||
DISTNAME = Feature-Compat-Try-0.05
|
||||
CPAN_AUTHOR = PEVANS
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
|
||||
RUN_DEPENDS = devel/p5-Syntax-Keyword-Try>=0.27
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
|
||||
PKG_ARCH = *
|
||||
|
||||
MAKE_ENV = TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Feature-Compat-Try/distinfo
Normal file
2
devel/p5-Feature-Compat-Try/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Feature-Compat-Try-0.05.tar.gz) = WaHHFzysMNsTHF8T+jhA9xhYju+bV5NS/+FWtVBxbXw=
|
||||
SIZE (Feature-Compat-Try-0.05.tar.gz) = 17364
|
2
devel/p5-Feature-Compat-Try/pkg/DESCR
Normal file
2
devel/p5-Feature-Compat-Try/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This module makes syntax support for try/catch control flow easily
|
||||
available.
|
4
devel/p5-Feature-Compat-Try/pkg/PLIST
Normal file
4
devel/p5-Feature-Compat-Try/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
${P5SITE}/Feature/
|
||||
${P5SITE}/Feature/Compat/
|
||||
${P5SITE}/Feature/Compat/Try.pm
|
||||
@man man/man3p/Feature::Compat::Try.3p
|
Loading…
Reference in New Issue
Block a user