cd41d2fadc
This plugin redirects perl's warn() warnings to a Catalyst log ($c->log->warn), allowing you to filter warnings, log warnings to a database, Log4Perl, etc.
25 lines
548 B
Makefile
25 lines
548 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/06 10:33:51 simon Exp $
|
|
|
|
COMMENT = log Perl warnings to your Catalyst log object
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Catalyst-Plugin-LogWarnings-0.02
|
|
CATEGORIES = www
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
RUN_DEPENDS = ::converters/p5-JSON-Any \
|
|
::devel/p5-Catalyst-Plugin-C3 \
|
|
::www/p5-Catalyst-Runtime
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|