openbsd-ports/www/p5-Catalyst-Devel/Makefile
simon 674c33c723 update to version 1.08, please note that new applications will use
apache like config files instead of yaml per default
2008-07-27 17:59:35 +00:00

37 lines
830 B
Makefile

# $OpenBSD: Makefile,v 1.8 2008/07/27 17:59:35 simon Exp $
COMMENT= Catalyst development tools
MODULES= cpan
DISTNAME= Catalyst-Devel-1.08
CATEGORIES= www
HOMEPAGE= http://www.catalystframework.org/
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-Class-Accessor \
::devel/p5-Config-General \
::devel/p5-File-Copy-Recursive \
::devel/p5-Module-Install \
::devel/p5-Path-Class \
::devel/p5-parent \
::textproc/p5-Template \
::www/p5-Catalyst-Action-RenderView \
::www/p5-Catalyst-Plugin-ConfigLoader \
::www/p5-Catalyst-Plugin-Static-Simple \
::www/p5-Catalyst-Runtime
BUILD_DEPENDS= ${RUN_DEPENDS}
MAKE_ENV= TEST_POD=Yes
CONFIGURE_ARGS= --skip
.include <bsd.port.mk>