openbsd-ports/www/p5-Catalyst-Devel/Makefile

42 lines
1.0 KiB
Makefile
Raw Normal View History

2010-10-19 04:02:53 -04:00
# $OpenBSD: Makefile,v 1.12 2010/10/19 08:02:54 espie Exp $
2006-11-04 19:04:57 -05:00
COMMENT= Catalyst development tools
2006-11-04 19:04:57 -05:00
2006-11-14 05:22:11 -05:00
MODULES= cpan
2010-07-02 23:58:15 -04:00
DISTNAME= Catalyst-Devel-1.28
2006-11-14 05:22:11 -05:00
CATEGORIES= www
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
2006-11-04 19:04:57 -05:00
HOMEPAGE= http://www.catalystframework.org/
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-04 19:04:57 -05:00
# Perl
2006-11-04 19:04:57 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2008-05-17 09:18:32 -04:00
RUN_DEPENDS= ::devel/p5-Class-Accessor \
::devel/p5-Config-General \
::devel/p5-File-ChangeNotify \
2006-11-04 19:04:57 -05:00
::devel/p5-File-Copy-Recursive \
2010-07-02 23:58:15 -04:00
::devel/p5-File-ShareDir \
::devel/p5-Moose \
::devel/p5-MooseX-Emulate-Class-Accessor-Fast \
2006-11-04 19:04:57 -05:00
::devel/p5-Module-Install \
::devel/p5-Path-Class \
2010-07-02 23:58:15 -04:00
::devel/p5-namespace-autoclean \
::devel/p5-namespace-clean \
2006-11-04 19:04:57 -05:00
::textproc/p5-Template \
::www/p5-Catalyst-Action-RenderView \
::www/p5-Catalyst-Plugin-ConfigLoader \
2010-07-02 23:58:15 -04:00
:p5-Catalyst-Plugin-Static-Simple->=0.28:www/p5-Catalyst-Plugin-Static-Simple \
:p5-Catalyst-Runtime->=5.80015:www/p5-Catalyst-Runtime
2006-11-04 19:04:57 -05:00
MAKE_ENV= TEST_POD=Yes
CONFIGURE_ARGS+=--skipdeps
2006-11-04 19:04:57 -05:00
.include <bsd.port.mk>