add CONFIGURE_ARGS=--skipdeps to prevent borked Makefile.PL to pull in

runtime dependencies at build time

noticed by jasper@, thanks!
This commit is contained in:
simon 2009-03-24 15:43:06 +00:00
parent 7764086652
commit a44800d07c

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/09/06 10:33:55 simon Exp $
# $OpenBSD: Makefile,v 1.2 2009/03/24 15:43:06 simon Exp $
COMMENT = make Catalyst request contexts available in models and views
MODULES = cpan
DISTNAME = Catalyst-Component-ACCEPT_CONTEXT-0.05
PKGNAME = p5-${DISTNAME}p0
CATEGORIES = www
MAINTAINER = Simon Bertrang <simon@openbsd.org>
@ -17,6 +18,8 @@ PERMIT_DISTFILES_FTP = Yes
RUN_DEPENDS = ::www/p5-Catalyst-Runtime
BUILD_DEPENDS = ::devel/p5-Devel-Cycle
CONFIGURE_ARGS = --skipdeps
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>