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