openbsd-ports/devel/p5-Log-Dispatch/Makefile
msf 0f2d88a61f Initial import of Log-Dispatch-2.10
Log::Dispatch is a suite of OO modules for logging messages to
multiple outputs, each of which can have a minimum and maximum log
level.  It is designed to be easily subclassed, both for creating a
new dispatcher object and particularly for creating new outputs.

It also allows both global (dispatcher level) and local (logging
object) message formatting callbacks which allows greater flexibility
and should reduce the need for subclassing.
2004-12-08 05:37:01 +00:00

27 lines
556 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/12/08 05:37:01 msf Exp $
COMMENT= "dispatches messages to one or more outputs"
DISTNAME= Log-Dispatch-2.10
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic License
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::devel/p5-Params-Validate
CONFIGURE_STYLE= perl modbuild
PKG_ARCH= *
.include <bsd.port.mk>