openbsd-ports/www/p5-Catalyst-Plugin-FormValidator/Makefile

25 lines
499 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.9 2010/12/03 11:46:51 ajacoutot Exp $
2006-11-06 07:00:11 -05:00
COMMENT= plugin to Data::FormValidator for catalyst
2006-11-06 07:00:11 -05:00
2006-11-14 05:22:11 -05:00
MODULES= cpan
2006-11-06 07:00:11 -05:00
DISTNAME= Catalyst-Plugin-FormValidator-0.02
REVISION= 2
CATEGORIES= www
2010-10-19 04:02:53 -04:00
USE_GROFF = Yes
2006-11-06 07:00:11 -05:00
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-06 07:00:11 -05:00
# Perl
2006-11-06 07:00:11 -05:00
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= www/p5-Catalyst-Runtime \
devel/p5-Data-FormValidator
2006-11-06 07:00:11 -05:00
MAKE_ENV= TEST_POD=Yes
.include <bsd.port.mk>