summaryrefslogtreecommitdiff
path: root/www/p5-Amon2-Plugin-LogDispatch/Makefile
blob: 60e7f25bb3964d79621cf09853699d7da9339667 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=	Amon2-Plugin-LogDispatch
PORTVERSION=	0.01
PORTREVISION=	1
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>