openbsd-ports/www/p5-Catalyst-Controller-HTML-FormFu/Makefile

35 lines
831 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.4 2010/12/03 11:46:51 ajacoutot Exp $
COMMENT = formular fu for catalyst
MODULES = cpan
DISTNAME = Catalyst-Controller-HTML-FormFu-0.03006
REVISION = 0
CATEGORIES = www textproc
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
MAINTAINER = Simon Bertrang <simon@openbsd.org>
# Perl
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-Moose \
devel/p5-Task-Weaken \
textproc/p5-Regexp-Assemble \
www/p5-HTML-FormFu \
www/p5-Catalyst-Component-InstancePerContext
REGRESS_DEPENDS = devel/p5-Config-General \
devel/p5-Test-WWW-Mechanize-Catalyst \
textproc/p5-Catalyst-View-TT \
www/p5-Catalyst-Action-RenderView \
www/p5-Catalyst-Plugin-ConfigLoader
CONFIGURE_ARGS += --skipdeps
.include <bsd.port.mk>