freebsd-ports/www/p5-Apache-LogFormat-Compiler/Makefile

23 lines
452 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= Apache-LogFormat-Compiler
2013-06-03 16:28:51 +02:00
PORTVERSION= 0.13
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
MAN3= Apache::LogFormat::Compiler.3
NO_STAGE= yes
.include <bsd.port.mk>