aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Log-Agent/Makefile
blob: 904ce26027266ebb148f10ff7e594fb91d614f84 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Created by: Jesse McConnell <jesse@gallup.com>
# $FreeBSD$

PORTNAME=	Log-Agent
PORTVERSION=	0.307
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Set of perl modules that allows you to enhance logging capabilities

USES=		perl5
USE_PERL5=	configure

MAN3=		Log::Agent.3 \
		Log::Agent::Channel.3 \
		Log::Agent::Channel::File.3 \
		Log::Agent::Channel::Handle.3 \
		Log::Agent::Channel::Syslog.3 \
		Log::Agent::Driver.3 \
		Log::Agent::Driver::Datum.3 \
		Log::Agent::Driver::Default.3 \
		Log::Agent::Driver::File.3 \
		Log::Agent::Driver::Fork.3 \
		Log::Agent::Driver::Mail.3 \
		Log::Agent::Driver::Silent.3 \
		Log::Agent::Driver::Syslog.3 \
		Log::Agent::File::Native.3 \
		Log::Agent::Message.3 \
		Log::Agent::Priorities.3 \
		Log::Agent::Stamping.3 \
		Log::Agent::Tag.3 \
		Log::Agent::Tag::Callback.3 \
		Log::Agent::Tag::Caller.3 \
		Log::Agent::Tag::Priority.3 \
		Log::Agent::Tag::String.3 \
		Log::Agent::Tag_List.3

.include <bsd.port.mk>