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

19 lines
297 B
Makefile

COMMENT = error/exception handling in an OO-ish way
MODULES = cpan
PKG_ARCH = *
DISTNAME = Error-0.17029
CATEGORIES = devel
# perl
PERMIT_PACKAGE = Yes
CONFIGURE_STYLE = modbuild
MODCPAN_EXAMPLES = Yes
TEST_DEPENDS = devel/p5-Test-Pod \
devel/p5-Test-Pod-Coverage
.include <bsd.port.mk>