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.
20 lines
311 B
Makefile
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>
|