openbsd-ports/www/p5-Catalyst-Plugin-FormValidator/Makefile
sthen a31cdb2806 Update www/p5-Catalyst-Plugin-FormValidator to version 0.094.
Using Catalyst::Plugin::FormValidator is not recommended as the module
takes over the global $c->form method, rather than being applicable in
only part of your Catalyst application.  Furthermore,
Data::FormValidator itself is not recommended for use.

from Andreas Voegele
2012-04-08 21:58:30 +00:00

26 lines
540 B
Makefile

# $OpenBSD: Makefile,v 1.10 2012/04/08 21:58:30 sthen Exp $
COMMENT= plugin to Data::FormValidator for catalyst (deprecated)
MODULES= cpan
DISTNAME= Catalyst-Plugin-FormValidator-0.094
CATEGORIES= www
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
RUN_DEPENDS= www/p5-Catalyst-Runtime \
devel/p5-Data-FormValidator \
devel/p5-Moose \
devel/p5-MRO-Compat
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>