openbsd-ports/www/p5-Catalyst-Log-Log4perl/Makefile
sthen 9f363bc3be Update www/p5-Catalyst-Log-Log4perl to version 1.05.
Catalyst::Log::Log4perl is deprecated.  Use Log::Log4perl::Catalyst
instead.

from Andreas Voegele
2012-04-08 21:58:16 +00:00

27 lines
589 B
Makefile

# $OpenBSD: Makefile,v 1.9 2012/04/08 21:58:16 sthen Exp $
COMMENT= Log::Log4perl logging for Catalyst (deprecated)
MODULES= cpan
DISTNAME= Catalyst-Log-Log4perl-1.05
CATEGORIES= www devel
USE_GROFF = Yes
MAINTAINER= Sean Comeau <scomeau@obscurity.org>
# same as perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= www/p5-Catalyst-Runtime \
devel/p5-Log-Log4perl>=1.28 \
devel/p5-MRO-Compat \
devel/p5-Params-Validate \
devel/p5-Sub-Install
CONFIGURE_ARGS += --skipdeps
.include <bsd.port.mk>