19 lines
401 B
Makefile
19 lines
401 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Apache-LogFormat-Compiler
|
|
PORTVERSION= 0.22
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to compile a log format string to perl-code
|
|
|
|
TEST_DEPENDS= \
|
|
p5-HTTP-Message>0:${PORTSDIR}/www/p5-HTTP-Message \
|
|
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuild
|
|
|
|
.include <bsd.port.mk>
|