freebsd-ports/www/p5-Amon2-Plugin-LogDispatch/Makefile
Jun Kuriyama 71ce771a91 This is a Log::Dispatch glue for Amon2. This module still maintained,
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/
2013-01-20 11:51:07 +00:00

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>