import p5-X-Tiny 0.21

OK sthen@

Comment:
super-lightweight exception framework

Description:
This stripped-down exception framework provides a baseline of
functionality for distributions that want to expose exception
hierarchies with minimal fuss.
This commit is contained in:
bluhm 2022-06-08 12:29:08 +00:00
parent 6de6f972c2
commit b236e59c8f
4 changed files with 30 additions and 0 deletions

19
devel/p5-X-Tiny/Makefile Normal file
View File

@ -0,0 +1,19 @@
COMMENT = super-lightweight exception framework
DISTNAME = X-Tiny-0.21
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Module-Runtime
TEST_DEPENDS = devel/p5-Test-FailWarnings
PKG_ARCH = *
.include <bsd.port.mk>

2
devel/p5-X-Tiny/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (X-Tiny-0.21.tar.gz) = Bp+720C96ImYQZGCm8E+a9oFXbxi+0KsD5g8qR8NWGA=
SIZE (X-Tiny-0.21.tar.gz) = 17135

View File

@ -0,0 +1,3 @@
This stripped-down exception framework provides a baseline of
functionality for distributions that want to expose exception
hierarchies with minimal fuss.

View File

@ -0,0 +1,6 @@
${P5SITE}/X/
${P5SITE}/X/Tiny/
${P5SITE}/X/Tiny.pm
${P5SITE}/X/Tiny/Base.pm
@man man/man3p/X::Tiny.3p
@man man/man3p/X::Tiny::Base.3p