28b24201f4
The two classes provide in this distribution provide Storable based binary logging for Log::Dispatch. This is useful for testing your log output, or for delegating log output to a listener on a socket without losing high level information.
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2010/01/12 19:17:38 jasper Exp $
|
|
|
|
COMMENT= Storable based binary logs
|
|
|
|
DISTNAME= Log-Dispatch-Binlog-0.02
|
|
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES= cpan
|
|
|
|
RUN_DEPENDS= ::devel/p5-Log-Dispatch \
|
|
::devel/p5-Test-TempDir
|
|
|
|
.include <bsd.port.mk>
|