summaryrefslogtreecommitdiff
path: root/devel/p5-Log-Dispatch-Config/Makefile
blob: f1180cc926965ee2fe1426d2756846ce6d6c9cf9 (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
# New ports collection makefile for:	devel/p5-Log-Dispatch-Config
# Date created:		27 March 2003
# Whom:			Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=	Log-Dispatch-Config
PORTVERSION=	1.02
PORTREVISION=	1
CATEGORIES=	devel sysutils perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	clsung@FreeBSD.org
COMMENT=	A log4j equivalent for Perl

BUILD_DEPENDS=	p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy
RUN_DEPENDS=	p5-AppConfig>=1.52:${PORTSDIR}/devel/p5-AppConfig \
		p5-Log-Dispatch>=2:${PORTSDIR}/devel/p5-Log-Dispatch

PERL_CONFIGURE=	yes

MAN3=		Log::Dispatch::Config.3 \
		Log::Dispatch::Configurator.3 \
		Log::Dispatch::Configurator::AppConfig.3

.include <bsd.port.mk>