aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Amon2-Plugin-LogDispatch/Makefile
blob: f81fc5a5c4fbdea5467284bc65c011a3ce7acd5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $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

USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>