Files
afresh1 12d7a5ec60 Remove p5-Test2-Suite depends from ports
It has moved to base as part of perl 5.40.

Corrections from ddickman@, OK bluhm@
2025-02-09 01:57:06 +00:00

26 lines
456 B
Makefile

COMMENT = execute code when leaving a block
DISTNAME = Syntax-Keyword-Defer-0.11
REVISION = 0
CATEGORIES = devel
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE = Yes
WANTLIB = c perl
MODULES = cpan
BUILD_DEPENDS = devel/p5-XS-Parse-Keyword>=0.13
RUN_DEPENDS = devel/p5-XS-Parse-Keyword>=0.13
TEST_DEPENDS = devel/p5-Syntax-Keyword-Try>=0.18
CONFIGURE_STYLE = modbuild
MAKE_ENV = TEST_POD=Yes
.include <bsd.port.mk>