26 lines
523 B
Makefile
26 lines
523 B
Makefile
# $OpenBSD: Makefile,v 1.14 2016/03/20 19:56:17 naddy Exp $
|
|
|
|
COMMENT= validate user input from a constraint object
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= Data-FormValidator-4.63
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
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
|
|
TEST_DEPENDS=www/p5-CGI-Simple
|
|
|
|
CONFIGURE_STYLE=modbuild
|
|
|
|
.include <bsd.port.mk>
|