openbsd-ports/www/p5-Apache-LogFormat-Compiler/Makefile
2022-03-11 20:09:36 +00:00

22 lines
429 B
Makefile

COMMENT = compile a log format string to perl-code
MODULES = cpan
PKG_ARCH = *
DISTNAME = Apache-LogFormat-Compiler-0.36
CATEGORIES = www
# Perl
PERMIT_PACKAGE = Yes
CONFIGURE_STYLE = modbuild tiny
RUN_DEPENDS = devel/p5-POSIX-strftime-Compiler>=0.30
TEST_DEPENDS = devel/p5-Test-MockTime \
devel/p5-Test-Requires \
devel/p5-Try-Tiny>=0.12 \
www/p5-HTTP-Message \
www/p5-URI>=1.60
.include <bsd.port.mk>