openbsd-ports/devel/p5-Log-Dispatch-FileRotate/Makefile
merdely e3211c8ba3 import p5-Log-Dispatch-FileRotate 1.16
This module provides a simple object for logging to files under the
Log::Dispatch::* system, and automatically rotating them according
to different constraints. This is basically a Log::Dispatch::File
wrapper with additions. To that end the arguments:
        name, min_level, filename and mode
behave the same as Log::Dispatch::File. So see its man page (perldoc
Log::Dispatch::File)

help and ok from simon@
2007-11-20 18:43:21 +00:00

22 lines
471 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/11/20 18:43:21 merdely Exp $
COMMENT= log to files that archive/rotate themselves
MODULES= cpan
DISTNAME= Log-Dispatch-FileRotate-1.16
CATEGORIES= devel
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::converters/p5-DateManip \
::devel/p5-Log-Dispatch \
::devel/p5-Params-Validate
REGRESS_DEPENDS= ::devel/p5-Log-Log4perl
.include <bsd.port.mk>