openbsd-ports/devel/p5-Data-FormValidator/Makefile

29 lines
649 B
Makefile
Raw Normal View History

2009-01-14 12:48:30 -05:00
# $OpenBSD: Makefile,v 1.7 2009/01/14 17:48:30 simon Exp $
2006-11-06 06:53:51 -05:00
COMMENT= validate user input from a constraint object
2006-11-06 06:53:51 -05:00
MODULES= cpan
2009-01-14 12:48:30 -05:00
DISTNAME= Data-FormValidator-4.63
CATEGORIES= devel
2006-11-06 06:53:51 -05:00
2007-05-05 13:44:50 -04:00
MAINTAINER= Simon Bertrang <simon@openbsd.org>
2006-11-06 06:53:51 -05:00
# perl
2006-11-06 06:53:51 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::graphics/p5-Image-Size \
::devel/p5-Date-Calc \
2008-08-20 09:23:28 -04:00
::devel/p5-Perl6-Junction \
2006-11-06 06:53:51 -05:00
::misc/p5-File-MMagic \
2008-08-20 09:23:28 -04:00
::mail/p5-Email-Valid \
2006-11-06 06:53:51 -05:00
::mail/p5-MIME-Types \
::textproc/p5-Regexp-Common
REGRESS_DEPENDS=::www/p5-CGI-Simple
2006-11-06 06:53:51 -05:00
CONFIGURE_STYLE=modbuild
2006-11-06 06:53:51 -05:00
.include <bsd.port.mk>