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

31 lines
666 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2010/12/03 11:44:29 ajacoutot 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
REVISION= 0
CATEGORIES= devel
2010-10-18 13:47:50 -04:00
USE_GROFF = Yes
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
2010-11-15 14:45:56 -05:00
RUN_DEPENDS= graphics/p5-Image-Size \
devel/p5-Date-Calc \
devel/p5-Perl6-Junction \
misc/p5-File-MMagic \
mail/p5-Email-Valid \
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>