openbsd-ports/www/p5-Catalyst-Plugin-ConfigLoader/Makefile

30 lines
597 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2010/12/03 11:46:51 ajacoutot Exp $
2006-11-04 15:34:21 -05:00
COMMENT= catalyst plugin to Config::Any
2006-11-04 15:34:21 -05:00
2006-11-14 05:22:11 -05:00
MODULES= cpan
2010-07-02 23:45:16 -04:00
DISTNAME= Catalyst-Plugin-ConfigLoader-0.28
REVISION = 0
2006-11-14 05:22:11 -05:00
CATEGORIES= www
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
2006-11-04 15:34:21 -05:00
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-04 15:34:21 -05:00
# Perl
2006-11-04 15:34:21 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-22 03:36:47 -05:00
RUN_DEPENDS= devel/p5-Config-Any \
devel/p5-Data-Visitor \
devel/p5-MRO-Compat \
www/p5-Catalyst-Runtime>=5.80024
2007-05-18 15:17:27 -04:00
BUILD_DEPENDS= ${RUN_DEPENDS}
2006-11-04 15:34:21 -05:00
2006-11-14 05:22:11 -05:00
MAKE_ENV= TEST_POD=Yes
CONFIGURE_ARGS= --skipdeps
2006-11-04 15:34:21 -05:00
.include <bsd.port.mk>