mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
12d7a5ec60
It has moved to base as part of perl 5.40. Corrections from ddickman@, OK bluhm@
25 lines
399 B
Makefile
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>
|