cf60af4b67
Log::Agent is a general logging framework aimed at reusable modules. Instead of having modules insist on using their own logging reporting (by hardwiring calls to warn() or syslog()) which can conflict with the final application's choice, one may use logwarn() for instance to emit a warning. From Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
21 lines
475 B
Makefile
21 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/13 16:20:20 sturm Exp $
|
|
|
|
COMMENT= "abstraction layer for logging and tracing"
|
|
|
|
DISTNAME= Log-Agent-0.304
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Log/}
|
|
|
|
MAINTAINER= Andrew Dalgleish <openbsd@andrewdalgleish.dyndns.org>
|
|
|
|
# Artistic License
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|