ports/devel/p5-Feature-Compat-Try/Makefile

24 lines
359 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = make try/catch syntax available
DISTNAME = Feature-Compat-Try-0.05
CPAN_AUTHOR = PEVANS
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
MODULES = cpan
RUN_DEPENDS = devel/p5-Syntax-Keyword-Try>=0.27
CONFIGURE_STYLE = modbuild
PKG_ARCH = *
MAKE_ENV = TEST_POD=Yes
.include <bsd.port.mk>