71ce771a91
but I don't use this module on production environment today. I'm a user of Log::Minimal. WWW: http://search.cpan.org/dist/Amon2-Plugin-LogDispatch/
24 lines
537 B
Makefile
24 lines
537 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Amon2-Plugin-LogDispatch
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension of Log::Dispatch glue for Amon2
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Amon2>=2.33:${PORTSDIR}/www/p5-Amon2 \
|
|
p5-Log-Dispatch>0:${PORTSDIR}/devel/p5-Log-Dispatch
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
TEST_DEPENDS= \
|
|
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Amon2::Plugin::LogDispatch.3 \
|
|
Amon2::Plugin::README.3
|
|
|
|
.include <bsd.port.mk>
|