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

25 lines
399 B
Makefile

COMMENT = match/case syntax for perl
DISTNAME = Syntax-Keyword-Match-0.15
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.36
RUN_DEPENDS = devel/p5-XS-Parse-Keyword>=0.36
CONFIGURE_STYLE = modbuild
MAKE_ENV = TEST_POD=Yes
.include <bsd.port.mk>