openbsd-ports/devel/p5-Test-Fatal/Makefile
2022-03-11 18:49:30 +00:00

14 lines
238 B
Makefile

COMMENT = incredibly simple helpers for testing code with exceptions
MODULES = cpan
PKG_ARCH = *
DISTNAME = Test-Fatal-0.016
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-Try-Tiny>=0.07
.include <bsd.port.mk>