bluhm b236e59c8f 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.
2022-06-08 12:29:08 +00:00

20 lines
311 B
Makefile

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>