openbsd-ports/www/p5-Catalyst-Plugin-ConfigLoader/Makefile
simon 56bcb9ff2b let it build without the MODPERL_SKIPDEPS patch by explicitely adding
--skipdeps to CONFIGURE_ARGS, sigh...

pointed out by Markus Hennecke with a diff that addresses the issue from
a different angle by updating p5-MRO-Compat to 0.09 which isn't actually
required for this port.
2009-01-29 22:02:44 +00:00

28 lines
563 B
Makefile

# $OpenBSD: Makefile,v 1.13 2009/01/29 22:02:44 simon Exp $
COMMENT= catalyst plugin to Config::Any
MODULES= cpan
DISTNAME= Catalyst-Plugin-ConfigLoader-0.22
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= ::devel/p5-Config-Any \
::devel/p5-Data-Visitor \
::devel/p5-MRO-Compat \
::www/p5-Catalyst-Runtime
BUILD_DEPENDS= ${RUN_DEPENDS}
MAKE_ENV= TEST_POD=Yes
CONFIGURE_ARGS= --skipdeps
.include <bsd.port.mk>