afresh1 c5951f6f5b Update devel/p5-Data-FormValidator to 4.88
From Charlene Wendling <julianaito AT posteo.jp>
who submitted the patch upstream
2019-01-07 03:58:59 +00:00

26 lines
515 B
Makefile

# $OpenBSD: Makefile,v 1.15 2019/01/07 03:58:59 afresh1 Exp $
COMMENT= validate user input from a constraint object
MODULES= cpan
PKG_ARCH= *
DISTNAME= Data-FormValidator-4.88
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
RUN_DEPENDS= graphics/p5-Image-Size \
devel/p5-Date-Calc \
misc/p5-File-MMagic \
mail/p5-Email-Valid \
mail/p5-MIME-Types \
textproc/p5-Regexp-Common
TEST_DEPENDS= textproc/p5-Template \
www/p5-CGI \
www/p5-CGI-Simple
MAKE_ENV += TEST_POD=Yes
.include <bsd.port.mk>