openbsd-ports/www/p5-Catalyst-Devel/Makefile
2010-10-19 08:02:53 +00:00

42 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.12 2010/10/19 08:02:54 espie Exp $
COMMENT= Catalyst development tools
MODULES= cpan
DISTNAME= Catalyst-Devel-1.28
CATEGORIES= www
USE_GROFF = Yes
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-ChangeNotify \
::devel/p5-File-Copy-Recursive \
::devel/p5-File-ShareDir \
::devel/p5-Moose \
::devel/p5-MooseX-Emulate-Class-Accessor-Fast \
::devel/p5-Module-Install \
::devel/p5-Path-Class \
::devel/p5-namespace-autoclean \
::devel/p5-namespace-clean \
::textproc/p5-Template \
::www/p5-Catalyst-Action-RenderView \
::www/p5-Catalyst-Plugin-ConfigLoader \
:p5-Catalyst-Plugin-Static-Simple->=0.28:www/p5-Catalyst-Plugin-Static-Simple \
:p5-Catalyst-Runtime->=5.80015:www/p5-Catalyst-Runtime
MAKE_ENV= TEST_POD=Yes
CONFIGURE_ARGS+=--skipdeps
.include <bsd.port.mk>